GridExtensions
Fluent attached-property setters for placing a view inside a
Grid.- Kind: Class
- Namespace: SkeleKit
Methods
Column
Places the view in grid column column (zero-based).
| Parameter | Summary |
|---|---|
T view | The view target being placed. |
int column | The zero-based column index. |
| Type parameter | Summary |
|---|---|
View T | The type of the view. |
Returns
T: The same view, for chaining.
ColumnSpan
Makes the view span span columns.
| Parameter | Summary |
|---|---|
T view | The view target being placed. |
int span | The number of columns to span. |
| Type parameter | Summary |
|---|---|
View T | The type of the view. |
Returns
T: The same view, for chaining.
Row
Places the view in grid row row (zero-based).
| Parameter | Summary |
|---|---|
T view | The view target being placed. |
int row | The zero-based row index. |
| Type parameter | Summary |
|---|---|
View T | The type of the view. |
Returns
T: The same view, for chaining.
RowSpan
Makes the view span span rows.
| Parameter | Summary |
|---|---|
T view | The view target being placed. |
int span | The number of rows to span. |
| Type parameter | Summary |
|---|---|
View T | The type of the view. |
Returns
T: The same view, for chaining.