|
|
|
|
IsFirstDisplayedAndVisible Property, CellClass Class |
Returns whether this cell is the first displayed cell with a width greater than 0 in the left pane.
Syntax CellClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property IsFirstDisplayedAndVisible As Boolean |
C# |
public bool IsFirstDisplayedAndVisible { get; } |
C++ |
public: property bool IsFirstDisplayedAndVisible { |
Property Value
True if this cell is the first displayed cell, otherwise False.
Comments
The IsFirstDisplayedAndVisible property returns whether this cell is the first displayed cell with a width greater than 0 in the left pane.
IsFirstDisplayedAndVisibleInRightPane is the equivalent property for the right pane.
A cell is considered displayed or visible even if it is horizontally scrolled off the control's display area. A cell can be scrolled into the display area of the control by using the CellClass.ScrollIntoView method.