Represents a lane grid.
The following tables list the members exposed by the Grid type.
Name | Description | |
---|---|---|
Gets or sets a value indicating whether users can resize the headers of the grid interactively. |
||
Gets or sets the number of columns in the grid. |
||
Gets the collection with the topmost column headers. |
||
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. |
||
Gets or sets a value indicating whether lane headers appear at the top of the z-order above all other items. |
||
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). |
||
Overloaded. |
||
Gets or sets the offset of the lane grid from the left side of the document bounds. |
||
Gets or sets the minimum size of a header. |
||
Gets or sets the number of rows in the grid. |
||
Gets the collection with the leftmost row headers. |
||
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. |
||
Gets or sets the style of the area above all row headers and to the left of all column headers. |
||
Gets or sets the visibility of the area above all row headers and to the left of all column headers. |
||
Gets or sets the offset of the lane grid from the top side of the document bounds. |
Name | Description | |
---|---|---|
Returns the first column header matching the specified caption. |
||
Finds the first row whose header caption matches the specified string. |
||
Overloaded. Returns the bounding rectangle of a cell or cluster of cells. |
||
Returns the column index of the specified cell. |
||
Gets the cell located at the specified point. |
||
Returns the row index of the specified cell. |
||
Returns the column header with the specified index from the bottommost column header level. |
||
Returns the bounding rectangle of all column headers. |
||
Returns the 0-based index of the specified column. |
||
Returns the bounding rectangle of the specified header. |
||
Gets the Header that is located at the specified point. |
||
Returns the row header with the specified index from the bottommost row header level. |
||
Returns the bounding rectangle of all row headers. |
||
Returns the 0-based index of the specified row. |
||
Inserts a new header after the specified header and returns a reference to it. |
||
Inserts a new header after the specified header and returns a reference to it. |
||
Inserts a new header before the specified header and returns a reference to it. |
||
Raises the HeaderAdded event from outside the lane grid. |
Name | Description | |
---|---|---|
Raised when the bounding rectangle of a cell has been changed. |
||
Raised when a header has been inserted to the grid either interactively or through a call to the InsertBefore or InsertAfter methods. |
||
INotifyPropertyChanged.PropertyChanged implementation. |