Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

GapBetweenParts Property, HeadersClass Class

Defines the gap between parts within one cell in the column header area.

Class: HeadersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public Size GapBetweenParts { get; set; }
Public Property GapBetweenParts As Size

Value

The gap between parts in pixels.

The default value is Size.2, 2.

Comments

Defines the gap between parts within one cell in the column header area.

A cell can also insert additional explicit gaps between parts using instances of the GapPartClass class.

See Also HeadersClass Class | Classes | SftTree/NET 2.0