MindFusion.Wpf Pack Programmer's Guide
Grid Properties
 


 Public Properties

  Name Description

AlignCells

Gets or sets a value indicating whether cells are aligned one next to another so that their borders don't overlap.

AllowAddHeaders

Gets or sets a value indicating whether users can add new headers to the grid interactively.

AllowInplaceEdit

Gets or sets a value indicating whether header titles can be in-place edited.

AllowResizeHeaders

Gets or sets a value indicating whether users can resize the headers of the grid interactively.

ColumnCount

Gets or sets the number of columns in the grid.

ColumnHeaders

Gets the collection with the topmost column headers.

ColumnHeadersHeights

Gets or sets an array with double values specifying the heights of individual column levels. If a value is non-positive or does not exist because the array has less arguments than the number of rows, then the height is calculated as the maximum height of the columns in that level.

HeadersOnTop

Gets or sets a value indicating whether lane headers appear at the top of the z-order above all other items.

HookHeaders

Gets or sets a value indicating whether headers will be anchored to the corresponding side (that is, the column header anchored to the top side and the row header anchored to the left side).

Item

Overloaded. Gets a cell or cluster of cells from the grid.

LeftMargin

Gets or sets the offset of the lane grid from the left side of the document bounds.

MinHeaderSize

Gets or sets the minimum size of a header.

ResizeType

Gets or sets how to distribute lane sizes when the user resizes rows or columns.

RowCount

Gets or sets the number of rows in the grid.

RowHeaders

Gets the collection with the leftmost row headers.

RowHeadersWidths

Gets or sets an array with double values specifying the widths of individual row levels. If a value is non-positive or does not exist because the array has less arguments than the number of rows, then the width is calculated as the maximum width of the rows in that level.

TopLeftAreaStyle

Gets or sets the style of the area above all row headers and to the left of all column headers.

TopMargin

Gets or sets the offset of the lane grid from the top side of the document bounds.

 See Also

Grid Class
MindFusion.Diagramming.Wpf.Lanes Namespace