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 column's width in pixels.
Get
VB.NET | WidthPix = object.WidthPix As Integer |
VB | WidthPix = object.WidthPix As Long |
C#.NET | int WidthPix = object.WidthPix; |
VC++ | long WidthPix = object->WidthPix; long WidthPix = object->GetWidthPix(); |
C | HRESULT object->get_WidthPix(long* WidthPix); |
Put
VB.NET | object.WidthPix = WidthPix As Integer |
VB | object.WidthPix = WidthPix As Long |
C#.NET | int object.WidthPix = WidthPix; |
VC++ | long object->WidthPix = WidthPix; void object->PutWidthPix(long WidthPix); |
C | HRESULT object->put_WidthPix(long WidthPix); |
object
A SftDirectoryColumn object.
WidthPix
Defines the column's width in pixels.
The WidthPix property defines the column's width in pixels.
The last displayed column always uses all remaining display space and ignores the Width property.
The Column.MakeOptimal method can be used to determine and set the best width for a column.
See Also SftDirectoryColumn Object | Object Hierarchy