Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CalcLimit Property, SftTreeItems Object

Defines the maximum number of items to consider for optimal column width and scrolling calculation.

Syntax

Get

VB.NETLimit = object.CalcLimit As Integer
VBLimit = object.CalcLimit As Long
C#.NETint Limit = object.CalcLimit;
VC++long Limit = object->CalcLimit;
long Limit = object->GetCalcLimit();
CHRESULT object->get_CalcLimit(long* Limit);

Put

VB.NETobject.CalcLimit = Limit As Integer
VBobject.CalcLimit = Limit As Long
C#.NETint object.CalcLimit = Limit;
VC++long object->CalcLimit = Limit;
void object->PutCalcLimit(long Limit);
CHRESULT 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.

Comments

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.

See Also SftTreeItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.