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 can be resized by the user.
Deprecated - Provided for compatibility with earlier versions only - Use Headers.Resizable instead
Get
VB.NET | Boolean = object.ResizeHeader As Boolean |
VB | Boolean = object.ResizeHeader As Boolean |
C#.NET | bool Boolean = object.ResizeHeader; |
VC++ | VARIANT_BOOL Boolean = object->ResizeHeader; VARIANT_BOOL Boolean = object->GetResizeHeader(); |
C | HRESULT object->get_ResizeHeader(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.ResizeHeader = Boolean As Boolean |
VB | object.ResizeHeader = Boolean As Boolean |
C#.NET | bool object.ResizeHeader = Boolean; |
VC++ | VARIANT_BOOL object->ResizeHeader = Boolean; void object->PutResizeHeader(VARIANT_BOOL Boolean); |
C | HRESULT object->put_ResizeHeader(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether column headers can be resized by the user.
Boolean | Description |
---|---|
True | Column headers can be resized by the user. |
False | Column headers cannot be resized by the user. |
Deprecated - Provided for compatibility with earlier versions only - Use Headers.Resizable instead
The ResizeHeader property defines whether column headers can be resized by the user.
Individual columns can be locked in size by using the Header.Locked property.
See Also SftTree Object | Object Hierarchy