Class
WebListBoxFrozenColumns
Listbox
Description
Describes the amount of columns that should be locked to the left and/or right of the table.
Properties
Name |
Type |
Read-Only |
Shared |
|---|---|---|---|
Property descriptions
WebListBoxFrozenColumns.Left
Left As Integer
Used to indicate the amount of columns that should be locked to the left of the table.
WebListBoxFrozenColumns.Right
Right As Integer
Used to indicate the amount of columns that should be locked to the right of the table.
Notes
This type is returned by the WebListBox.FrozenColumns method.
Compatibility
Project Types |
Web |
Operating Systems |
All |
See also
Object parent class; WebListBox control.