Class GroupGridLayoutMetrics
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
ColumnResizeHandleWidth
Gets or sets the column resize handle hit-test width.
public double ColumnResizeHandleWidth { get; set; }
Property Value
FilterRowHeight
Gets or sets the filter row band height.
public double FilterRowHeight { get; set; }
Property Value
FooterSummaryHeight
Gets or sets the footer summary band height.
public double FooterSummaryHeight { get; set; }
Property Value
GroupExpanderWidth
Gets or sets the group expander hit-test width.
public double GroupExpanderWidth { get; set; }
Property Value
GroupIndentWidth
Gets or sets the group level indent width.
public double GroupIndentWidth { get; set; }
Property Value
GroupPanelHeight
Gets or sets the group panel band height.
public double GroupPanelHeight { get; set; }
Property Value
HorizontalScrollBarHeight
Gets or sets the horizontal scroll bar height.
public double HorizontalScrollBarHeight { get; set; }
Property Value
HorizontalScrollThumbMinWidth
Gets or sets the minimum horizontal scroll thumb width.
public double HorizontalScrollThumbMinWidth { get; set; }
Property Value
RowHeight
Gets or sets the body row height.
public double RowHeight { get; set; }
Property Value
ToolBarHeight
Gets or sets the toolbar band height.
public double ToolBarHeight { get; set; }
Property Value
VerticalScrollBarWidth
Gets or sets the vertical scroll bar width.
public double VerticalScrollBarWidth { get; set; }
Property Value
VerticalScrollThumbMinHeight
Gets or sets the minimum vertical scroll thumb height.
public double VerticalScrollThumbMinHeight { get; set; }