Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

SelectableAreaEnum Enumeration

Defines which areas of items or cells can be clicked by an end user to select the item or cell.

Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public enum SelectableAreaEnum;
Public Enum SelectableAreaEnum

Values

NameDescription
AnywhereThe entire cell or item can be used to change the selection.
If the SftTree.SelectionStyle property defines item selection (SelectionStyleEnum.SingleItem, SelectionStyleEnum.MultipleItems), clicking anywhere on the item (any of its cells, including hierarchy area) will change the selection.
If cell selection is used (SelectionStyleEnum.SingleCell, SelectionStyleEnum.MultipleCells, SelectionStyleEnum.BlockOfCells), clicking anywhere within a cell (including hierarchy area) will change the selection.
CellsThe entire cell or item (excluding the hierarchy area) can be used to change the selection.
If the SftTree.SelectionStyle property defines item selection (SelectionStyleEnum.SingleItem, SelectionStyleEnum.MultipleItems), all cells of the item can be used to change the selection. The hierarchy area of the hierarchy column (ColumnClass.ShowHierarchy) does not change the selection.
If cell selection is used (SelectionStyleEnum.SingleCell, SelectionStyleEnum.MultipleCells, SelectionStyleEnum.BlockOfCells), the cell can change the selection. If the cell is part of the hierarchy column (ColumnClass.ShowHierarchy), the hierarchy area of the cell does not change the selection.
FirstCellThe entire first displayed cell (excluding the hierarchy area) can be used to change the selection. If the cell is part of the hierarchy column (ColumnClass.ShowHierarchy), the hierarchy area does not change the selection.
HierarchyCellThe entire cell in the hierarchy column, excluding the hierarchy area, can be used to change the selection.
MimicSelectionHighlightClicking anywhere within the area that is defined by the SftTree.SelectionHighlightStyle property changes the selection.

Comments

Defines which areas of items or cells can be clicked by an end user to select the item or cell.

See Also | Classes | SftTree/NET 2.0