|
|
|
SftTreeColumn.MakeVisible Method |
Horizontally scrolls the column into view so it is displayed in the tree control's client area.
Syntax
VB.NET |
object.MakeVisible() |
||
VB |
object.MakeVisible |
||
C#.NET |
void object.MakeVisible(); |
||
VC++ |
HRESULT object->MakeVisible(); |
||
C |
HRESULT object->raw_MakeVisible(); |
||
Delphi |
procedure object.MakeVisible(); |
object
A SftTreeColumn object.
Comments
The MakeVisible method horizontally scrolls the 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 SftTreeColumn Object | Object Hierarchy