SetColumnsResizable
From IfsoGUIWiki
Contents |
Declaration
SetColumnsResizable(bResize:Int)
Sets if the columns can be resized. By the user using the mouse. This value is for all columns. If you wish to allow some columns to be resized and some not, set the Min/Max widths of the columns you do not want to be resized to the same value. If the Min/Max widths are the same, the resizing mouse will not even appear on the column.
Returns
Nothing
Parameters
- bResize:Int - True or False.
Gadget Information
Pertains to Multi-Column Listbox.
