SetColumnMinMaxWidth
From IfsoGUIWiki
Contents |
Declaration
SetColumnMinMaxWidth(iColumn:Int, iMin:Int, iMax:Int)
Sets the Columns Min and Max Width. The user will not be able to use the mouse to resize the column out of these bounds.
Returns
Nothing
Parameters
- iColumn:Int - Column to be set.
- iMin:Int - Minimum width of the column.
- iMax:Int - Maximum width of the column.
Gadget Information
Pertains to Multi-Column Listbox.
