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 only visible items are considered for optimal column width and scrolling calculation.
Deprecated - Provided for compatibility with earlier versions only - Use Items.CalcVisibleOnly instead
Get
VB.NET | Boolean = object.CalcVisibleOnly As Boolean |
VB | Boolean = object.CalcVisibleOnly As Boolean |
C#.NET | bool Boolean = object.CalcVisibleOnly; |
VC++ | VARIANT_BOOL Boolean = object->CalcVisibleOnly; VARIANT_BOOL Boolean = object->GetCalcVisibleOnly(); |
C | HRESULT object->get_CalcVisibleOnly(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.CalcVisibleOnly = Boolean As Boolean |
VB | object.CalcVisibleOnly = Boolean As Boolean |
C#.NET | bool object.CalcVisibleOnly = Boolean; |
VC++ | VARIANT_BOOL object->CalcVisibleOnly = Boolean; void object->PutCalcVisibleOnly(VARIANT_BOOL Boolean); |
C | HRESULT object->put_CalcVisibleOnly(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether only visible items are considered for optimal column width and scrolling calculation.
Boolean | Description |
---|---|
True | Only visible items are considered for optimal column width and scrolling calculation. |
False | All items are considered for optimal column width and scrolling calculation. |
Deprecated - Provided for compatibility with earlier versions only - Use Items.CalcVisibleOnly instead
The CalcVisibleOnly property defines whether only visible items are considered for optimal column width and scrolling calculation.
The CalcVisibleOnly property defines whether hidden items are evaluated using the methods Column.OptimalWidth, RowHeaders.OptimalWidth, Column.MakeOptimal, RowHeaders.MakeOptimal and Items.RecalcHorizontalExtent.
If items are not visible because their parent items are collapsed, these can be excluded from the optimal width calculation by setting the CalcVisibleOnly property to True.
See Also SftTree Object | Object Hierarchy