Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

MakeRowVisible Method, SftTree Object

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

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

Syntax

VB.NETobject.MakeRowVisible(ByVal ItemIndex As Integer)
VBobject.MakeRowVisible(ByVal ItemIndex As Long)
C#.NETvoid object.MakeRowVisible(int ItemIndex);
VC++HRESULT object->MakeRowVisible(long ItemIndex);
CHRESULT object->raw_MakeRowVisible(long ItemIndex);

object

A SftTree object.

ItemIndex

The zero-based index of the item to be scrolled into view.

Comments

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

The MakeRowVisible method vertically scrolls the specified item into view so it is displayed in the tree control's client area.

The MakeRowVisible method can be used to make an item visible by scrolling it into view (vertically). The user normally scrolls the tree control items vertically using the scroll bar, but if an application wants to insure that an item is visible, this method can be used.

The Items.TopIndex property is used to make a specific item the very first item shown in the tree control area.

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.