|
|
|
SftBoxColumn.MakeVisible Method |
Makes the column visible using horizontal scrolling if needed.
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 SftBoxColumn object.
Comments
The MakeVisible method makes the column visible using horizontal scrolling if needed.
The MakeVisible method can be used to make the column described by object visible by scrolling it into view (horizontally). The user normally scrolls the 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 item visible, the Item.MakeVisible method can be used.