Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

NextDisplayed Property, ColumnClass Class

Returns the next displayed column.

Class: ColumnClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public ColumnClass NextDisplayed { get; }
Public ReadOnly Property NextDisplayed As ColumnClass

Value

The next displayed column or null/Nothing if there is no next column.

Comments

Returns the next displayed column.

A column is considered displayed or visible even if it is horizontally scrolled off the control's display area or if it has a width of 0. A column can be scrolled into the display area of the control by using the ColumnClass.ScrollIntoView method.

See Also ColumnClass Class | Classes | SftTree/NET 2.0