Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CalcLimit Property, SftTree Object

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

Deprecated - Provided for compatibility with earlier versions only - Use Items.CalcLimit instead

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 SftTree 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

Deprecated - Provided for compatibility with earlier versions only - Use Items.CalcLimit instead

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 SftTree Object | Object Hierarchy


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