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
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
SftTree/NET 2.0 - Tree Control
Defines the maximum number of items to consider for optimal column width and scrolling calculation.
Get
| VB.NET | Limit = object.CalcLimit As Integer |
| VB | Limit = object.CalcLimit As Long |
| C#.NET | int Limit = object.CalcLimit; |
| VC++ | long Limit = object->CalcLimit; long Limit = object->GetCalcLimit(); |
| C | HRESULT object->get_CalcLimit(long* Limit); |
Put
| VB.NET | object.CalcLimit = Limit As Integer |
| VB | object.CalcLimit = Limit As Long |
| C#.NET | int object.CalcLimit = Limit; |
| VC++ | long object->CalcLimit = Limit; void object->PutCalcLimit(long Limit); |
| C | HRESULT object->put_CalcLimit(long Limit); |
object
A SftTreeItems object.
Limit
Defines the maximum number of items to consider for optimal column width and scrolling calculation. If 0 is specified, all items will be considered.
The CalcLimit property defines the maximum number of items to consider for optimal column width and scrolling calculation.
The limit defined using the CalcLimit property defines how many items are evaluated using the methods Column.OptimalWidth, RowHeaders.OptimalWidth, Column.MakeOptimal, RowHeaders.MakeOptimal and Items.RecalcHorizontalExtent.
Reorderable = 1
Resizable = 1
EndProperty
BeginProperty Items {9EBAA93C-293D-44FA-9989-08F078763A1F}
AutoExpandDragDrop= 1
AutoExpandHover = 0
BackColor = -2147483643
BackColorOdd = -2147483643
CalcLimit = 0
CalcVisibleOnly = 0
Cell3D = 0
CharSearchColumn= -1
CharSearchMode = 1
DropHighlightColor= -2147483635
DropHighlightStyle= 1
EditNoFocusStyle= 2See Also SftTreeItems Object | Object Hierarchy
