|
|
|
|
Resizable Property, FootersClass Class |
Defines whether columns are resizable using column footers.
Syntax FootersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property Resizable As Boolean |
C# |
public bool Resizable { get; set; } |
C++ |
public: property bool Resizable { |
Property Value
True if column footers can be used to resize columns, otherwise False.
The default value is True.
Comments
The Resizable property defines whether columns are resizable using column footers.
Even if column resizing has been enabled for column footers in general, each column that is resizable must be defined using the ColumnClass.Resizable property.
Resizable columns can be resized in the item area, header area and footer area depending on the Columns.Resizable, Headers.Resizable and Resizable properties.
To disable column resizing completely for all columns, either the Columns.Resizable, Headers.Resizable and Resizable properties must be set to False or all columns must define their ColumnClass.Resizable properties as False.