Table of Contents

Class GroupGridLayoutMetrics

Namespace
Avalonia.Controls
Assembly
Tripous.Avalonia.Controls.dll

Defines the simple layout metrics used by the non-visual group grid model.

public class GroupGridLayoutMetrics
Inheritance
GroupGridLayoutMetrics
Inherited Members
Extension Methods

Constructors

GroupGridLayoutMetrics()

Initializes a new instance of the GroupGridLayoutMetrics class.

public GroupGridLayoutMetrics()

Properties

ColumnHeaderHeight

Gets or sets the column header band height.

public double ColumnHeaderHeight { get; set; }

Property Value

double

ColumnResizeHandleWidth

Gets or sets the column resize handle hit-test width.

public double ColumnResizeHandleWidth { get; set; }

Property Value

double

FilterRowHeight

Gets or sets the filter row band height.

public double FilterRowHeight { get; set; }

Property Value

double

FooterSummaryHeight

Gets or sets the footer summary band height.

public double FooterSummaryHeight { get; set; }

Property Value

double

GroupExpanderWidth

Gets or sets the group expander hit-test width.

public double GroupExpanderWidth { get; set; }

Property Value

double

GroupIndentWidth

Gets or sets the group level indent width.

public double GroupIndentWidth { get; set; }

Property Value

double

GroupPanelHeight

Gets or sets the group panel band height.

public double GroupPanelHeight { get; set; }

Property Value

double

HorizontalScrollBarHeight

Gets or sets the horizontal scroll bar height.

public double HorizontalScrollBarHeight { get; set; }

Property Value

double

HorizontalScrollThumbMinWidth

Gets or sets the minimum horizontal scroll thumb width.

public double HorizontalScrollThumbMinWidth { get; set; }

Property Value

double

RowHeight

Gets or sets the body row height.

public double RowHeight { get; set; }

Property Value

double

ToolBarHeight

Gets or sets the toolbar band height.

public double ToolBarHeight { get; set; }

Property Value

double

VerticalScrollBarWidth

Gets or sets the vertical scroll bar width.

public double VerticalScrollBarWidth { get; set; }

Property Value

double

VerticalScrollThumbMinHeight

Gets or sets the minimum vertical scroll thumb height.

public double VerticalScrollThumbMinHeight { get; set; }

Property Value

double