Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CalcOptimalRowHeaderWidth Method, SftTree Object

Calculates the row header's optimal width based on the contents of all row headers.

Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.OptimalWidth instead

Syntax

VB.NETWidth = object.CalcOptimalRowHeaderWidth() As Single
VBWidth = object.CalcOptimalRowHeaderWidth() As Single
C#.NETfloat Width = object.CalcOptimalRowHeaderWidth();
VC++float Width = object->CalcOptimalRowHeaderWidth();
CHRESULT object->raw_CalcOptimalRowHeaderWidth(float* Width);

object

A SftTree object.

Width

Returns the row header's optimal width based on the contents of all row headers. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.OptimalWidth instead

The CalcOptimalRowHeaderWidth method calculates the row header's optimal width based on the contents of all row headers.

This method calculates the optimal width of the row header area so that the row/column header's text and graphic and the row header text and graphics can be completely displayed without being truncated or clipped. The row header width can be changed using the RowHeaders.Width property. The RowHeaders.MakeOptimal method can be used to set the optimal row header width without having to calculate it first.

By changing tree control properties, the optimal row header width may change. Adding items, setting new row header graphics and changing row header text are a few of the actions that can affect the optimal row header width. The row header width may have to be set again to allow items to be completely visible. The tree control does not automatically adjust the row header width.

Calculating the optimal row header width can be a time consuming operation, particularly if many items have been added to the tree control. CalcOptimalRowHeaderWidth scans all items to determine the best column width, but can be limited to a specific number of items using the Items.CalcLimit property. This reduces the time spent to calculate the optimal width, but may still leave some items clipped.

If items are not visible because their parent items are collapsed, these can be excluded from the optimal width calculation by setting the Items.CalcVisibleOnly property to True.

See Also SftTree Object | Object Hierarchy


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