Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

LastDisplayColumn2 Property, SftTreeColumns Object

Returns the index of the last displayed column in the right pane.

Syntax

Get

VB.NETDispColIndex = object.LastDisplayColumn2 As Short
VBDispColIndex = object.LastDisplayColumn2 As Integer
C#.NETshort DispColIndex = object.LastDisplayColumn2;
VC++short DispColIndex = object->LastDisplayColumn2;
short DispColIndex = object->GetLastDisplayColumn2();
CHRESULT object->get_LastDisplayColumn2(short* DispColIndex);

object

A SftTreeColumns object.

DispColIndex

Returns the index of the last displayed column in the right pane.

Comments

The LastDisplayColumn2 property returns the index of the last displayed column in the right pane.

The last column with a width greater than 0 (Column.Width) is considered the last displayed column. It is not necessarily displayed or visible if horizontal scrolling is in effect. A column can be made visible using the Column.MakeVisible method.

The first displayed column in the right pane can be determined using the ColumnsObj.FirstDisplayColumn2 property.

While most other methods, events and properties use real column numbers, the LastDisplayColumn2 property returns the display column number of the last displayed column. The display column number can be translated to a real column number using the ColumnsObj.ColumnIndex property.

The ColumnsObj.LastDisplayColumn property returns the zero-based column number of the last displayed column of the left pane in a split tree control.

See Also SftTreeColumns 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.