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 |
|---|---|
| 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 |
| HorizontalAlignment HorizontalChildrenAlignment | WASM, Skia, Mobile |
| double ItemHeight | WASM, Skia, Mobile |
| double ItemWidth | WASM, Skia, Mobile |
| int MaximumRowsOrColumns | WASM, Skia, Mobile |
| Orientation Orientation | WASM, Skia, Mobile |
| VerticalAlignment VerticalChildrenAlignment | 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
| Property | Not supported on |
|---|---|
| DependencyProperty ColumnSpanProperty | MacOS |
| DependencyProperty HorizontalChildrenAlignmentProperty | MacOS |
| DependencyProperty ItemHeightProperty | MacOS |
| DependencyProperty ItemWidthProperty | MacOS |
| DependencyProperty MaximumRowsOrColumnsProperty | MacOS |
| DependencyProperty OrientationProperty | MacOS |
| DependencyProperty RowSpanProperty | MacOS |
| DependencyProperty VerticalChildrenAlignmentProperty | MacOS |
| bool HasUnwrappableNativeObject | all platforms supported by Uno Platform |
| IObjectReference NativeObject | all platforms supported by Uno Platform |
| HorizontalAlignment HorizontalChildrenAlignment | MacOS |
| double ItemHeight | MacOS |
| double ItemWidth | MacOS |
| int MaximumRowsOrColumns | MacOS |
| Orientation Orientation | MacOS |
| VerticalAlignment VerticalChildrenAlignment | MacOS |
Not implemented methods
| Method | Not supported on |
|---|---|
| I As() | all platforms supported by Uno Platform |
| int GetRowSpan(UIElement) | MacOS |
| void SetRowSpan(UIElement, int) | MacOS |
| int GetColumnSpan(UIElement) | MacOS |
| void SetColumnSpan(UIElement, int) | MacOS |
| VariableSizedWrapGrid FromAbi(nint) | all platforms supported by Uno Platform |
| bool Equals(VariableSizedWrapGrid) | all platforms supported by Uno Platform |
| bool Equals(object) | all platforms supported by Uno Platform |
| int GetHashCode() | all platforms supported by Uno Platform |
| bool IsOverridableInterface(Guid) | all platforms supported by Uno Platform |
Last updated Thursday, 27 August 2026 18:27.