Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

SortIndicatorGap Property, DimensionsClass Class

Defines the gap between the right edge of the cell and the sorting indicator (SortIndicatorPositionEnum.Side only).

Class: DimensionsClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public int SortIndicatorGap { get; set; }
Public Property SortIndicatorGap As Integer

Value

The sort indicator gap in pixels.

The default value is 3.

Comments

Defines the gap between the right edge of the cell and the sorting indicator (SortIndicatorPositionEnum.Side only).

This gap is only used when the sorting indicator is displayed next to the contents (CellBaseClass.SortIndicatorPosition == SortIndicatorPositionEnum.Side).

See Also DimensionsClass Class | Classes | SftTree/NET 2.0