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 area in pixels.
Get
VB.NET | WPix = object.WidthPix As Integer |
VB | WPix = object.WidthPix As Long |
C#.NET | int WPix = object.WidthPix; |
VC++ | long WPix = object->WidthPix; long WPix = object->GetWidthPix(); |
C | HRESULT object->get_WidthPix(long* WPix); |
Put
VB.NET | object.WidthPix = WPix As Integer |
VB | object.WidthPix = WPix As Long |
C#.NET | int object.WidthPix = WPix; |
VC++ | long object->WidthPix = WPix; void object->PutWidthPix(long WPix); |
C | HRESULT object->put_WidthPix(long WPix); |
object
WPix
The width of the row header area. The units used are pixels.
The WidthPix property defines the width of the row header area in pixels.
The RowHeaders.Width and WidthPix methods are synonyms, but may use different coordinate systems.
The RowHeaders.CalcOptimalWidth or RowHeaders.MakeOptimal methods can be used to calculate or define the optimal width for the row header area. An optimal width allows all text and graphic components in row headers to be displayed in their entirety, without being clipped.
See Also SftBoxRowHeaders Object | Object Hierarchy