SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether column headers are resizable.
Get
VB.NET | Style = object.Resizable As SftBoxColumnResizeConstants |
VB | Style = object.Resizable As SftBoxColumnResizeConstants |
C#.NET | SftBoxColumnResizeConstants Style = object.Resizable; |
VC++ | enum SftBoxColumnResizeConstants Style = object->Resizable; enum SftBoxColumnResizeConstants Style = object->GetResizable(); |
C | HRESULT object->get_Resizable(enum SftBoxColumnResizeConstants* Style); |
Put
VB.NET | object.Resizable = Style As SftBoxColumnResizeConstants |
VB | object.Resizable = Style As SftBoxColumnResizeConstants |
C#.NET | SftBoxColumnResizeConstants object.Resizable = Style; |
VC++ | enum SftBoxColumnResizeConstants object->Resizable = Style; void object->PutResizable(enum SftBoxColumnResizeConstants Style); |
C | HRESULT object->put_Resizable(enum SftBoxColumnResizeConstants Style); |
object
Style
Defines whether column headers are resizable.
Style | Value | Description |
---|---|---|
columnResizeSftBoxNone | 0 | The columns cannot be resized. |
columnResizeSftBoxSingle | 1 | One column at a time can be resized. |
columnResizeSftBoxMultiple | 2 | One or multiple columns can be resized at a time. |
The Resizable property defines whether column headers are resizable.
Even if column resizing is allowed, individual columns can be locked using the Header.Locked property.
See Also SftBoxHeaders Object | Object Hierarchy