VariableSizedWrapGrid : Panel
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of VariableSizedWrapGrid that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
To better understand how VariableSizedWrapGrid works, you can use the Uno Gallery.
Implemented properties
| Property | Supported on |
|---|---|
| VerticalAlignment VerticalChildrenAlignment | WASM, Skia, Mobile |
| Orientation Orientation | WASM, Skia, Mobile |
| int MaximumRowsOrColumns | WASM, Skia, Mobile |
| double ItemWidth | WASM, Skia, Mobile |
| double ItemHeight | WASM, Skia, Mobile |
| HorizontalAlignment HorizontalChildrenAlignment | WASM, Skia, Mobile |
| DependencyProperty ColumnSpanProperty | WASM, Skia, Mobile |
| DependencyProperty HorizontalChildrenAlignmentProperty | WASM, Skia, Mobile |
| DependencyProperty ItemHeightProperty | WASM, Skia, Mobile |
| DependencyProperty ItemWidthProperty | WASM, Skia, Mobile |
| DependencyProperty MaximumRowsOrColumnsProperty | WASM, Skia, Mobile |
| DependencyProperty OrientationProperty | WASM, Skia, Mobile |
| DependencyProperty RowSpanProperty | WASM, Skia, Mobile |
| DependencyProperty VerticalChildrenAlignmentProperty | WASM, Skia, Mobile |
Implemented methods
| Method | Supported on |
|---|---|
| int GetRowSpan(UIElement) | WASM, Skia, Mobile |
| void SetRowSpan(UIElement, int) | WASM, Skia, Mobile |
| int GetColumnSpan(UIElement) | WASM, Skia, Mobile |
| void SetColumnSpan(UIElement, int) | WASM, Skia, Mobile |
Below are all properties, methods, and events of VariableSizedWrapGrid that are not currently implemented in Uno.
Not implemented properties
Not implemented methods
| Method | Not supported on |
|---|---|
| int GetRowSpan(UIElement) | MacOS |
| void SetRowSpan(UIElement, int) | MacOS |
| int GetColumnSpan(UIElement) | MacOS |
| void SetColumnSpan(UIElement, int) | MacOS |
Last updated Thursday, 23 October 2025 20:52.