Represents a lane grid.
The following tables list the members exposed by the Grid type.
Name | Description | |
---|---|---|
Gets or sets a value indicating whether cells are aligned one next to another so that their borders don't overlap. |
||
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 float 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 a cell or cluster of cells from the grid. |
||
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 float 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 text displayed in the top left area. |
||
Gets or sets the color of the text displayed in the top left area. |
||
Gets or sets the font used to display text in the top left area. |
||
Gets or sets the format of the text displayed in the top left area. |
||
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 number of columns in 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. |
||
Overloaded. Gets the Header that is located at the specified point. |
||
Gets the level of the specified header. |
||
Returns the header containing the specified header, or null, if the header is a top-level header. |
||
Returns the row header with the specified index from the bottommost row header level. |
||
Returns the number of rows in 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 before the specified header and returns a reference to it. |
||
Raises the HeaderAdded event from outside the lane grid. |
||
Raises the HeaderResized event from outside the lane grid. |
||
Raises the HeaderStartResizing event from outside the lane grid. |
||
Resizes the heights of all column headers from the specified level with the specified amount. |
||
Resizes the widths of all row headers from the specified level with the specified amount. |
Name | Description | |
---|---|---|
Raised when the bounding rectangle of a cell has been changed. |
||
Raised when a header has been inserted into the grid, either interactively or through a call to the InsertBefore or InsertAfter methods. |
||
Raised when the user finishes resizing a header. |
||
Raises when the user starts resizing a header. |