Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

MakeColumnVisible Method, SftTree Object

Horizontally scrolls the specified column into view so it is displayed in the tree control's client area.

Deprecated - Provided for compatibility with earlier versions only - Use Column.MakeVisible instead

Syntax

VB.NETobject.MakeColumnVisible(ByVal ColIndex As Short)
VBobject.MakeColumnVisible(ByVal ColIndex As Integer)
C#.NETvoid object.MakeColumnVisible(short ColIndex);
VC++HRESULT object->MakeColumnVisible(short ColIndex);
CHRESULT object->raw_MakeColumnVisible(short ColIndex);

object

A SftTree object.

ColIndex

The zero-based column number to make visible.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Column.MakeVisible instead

The MakeColumnVisible method horizontally scrolls the specified column into view so it is displayed in the tree control's client area.

The user normally scrolls the tree control items horizontally using the scroll bar, but if an application wants to insure that a column is visible, this method can be used.

To make a particular cell visible, the Cell.MakeVisible method can be used.

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