Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

IsFirstDisplayedAndVisibleInRightPane Property, CellClass Class

Returns whether this cell is the first displayed cell with a width greater than 0 in the right pane.

Class: CellClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public bool IsFirstDisplayedAndVisibleInRightPane { get; }
Public ReadOnly Property IsFirstDisplayedAndVisibleInRightPane As Boolean

Value

True if this cell is the first displayed cell, otherwise False.

Comments

Returns whether this cell is the first displayed cell with a width greater than 0 in the right pane.

CellClass.IsFirstDisplayedAndVisible is the equivalent property for the left pane.

If a tree control does not have a splitter bar (SplitterClass.Visible), this property always returns False.

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.

See Also CellClass Class | Classes | SftTree/NET 2.0