| 
 | 
 | 
 | 
| 
        | NextDisplayedIndex Property, ColumnClass Class | 
Returns the zero-based index of the next displayed column.
Syntax ColumnClass Class (Softelvdm.SftTreeNET)
| VB | Public ReadOnly Property NextDisplayedIndex As Integer | 
| C# | public int NextDisplayedIndex { get; } | 
| C++ | public: property int NextDisplayedIndex { | 
Property Value
The zero-based index of the next displayed column or -1 if there is no next column.
Comments
The NextDisplayedIndex property returns the zero-based index of 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.