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 the width of the row header (and row/column header, row/column footer) area.
Get
VB.NET | W = object.Width As Single |
VB | W = object.Width As Single |
C#.NET | float W = object.Width; |
VC++ | float W = object->Width; float W = object->GetWidth(); |
C | HRESULT object->get_Width(float* W); |
Put
VB.NET | object.Width = W As Single |
VB | object.Width = W As Single |
C#.NET | float object.Width = W; |
VC++ | float object->Width = W; void object->PutWidth(float W); |
C | HRESULT object->put_Width(float W); |
object
A SftTreeRowColumnHeader object.
W
Defines the width of the row header (and row/column header, row/column footer) area. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.
The Width property defines the width of the row header (and row/column header, row/column footer) area.
The Width and RowColumnHeader.WidthPix properties are synonyms, but may use different coordinate systems.
The Width property is used to change the width of the row header, row/column header and row/column footer area.
The RowHeaders.OptimalWidth or RowHeaders.MakeOptimal methods can be used to calculate or define the optimal width for the row headers (and row/column headers, row/column footers). An optimal width allows all text and graphic components in the row headers to be displayed in their entirety, without being clipped.
See Also SftTreeRowColumnHeader Object | Object Hierarchy