VariableSizedWrapGrid : Panel
Implemented for: all platforms supported by Uno Platform
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 | all platforms supported by Uno Platform |
| Orientation Orientation | all platforms supported by Uno Platform |
| int MaximumRowsOrColumns | all platforms supported by Uno Platform |
| double ItemWidth | all platforms supported by Uno Platform |
| double ItemHeight | all platforms supported by Uno Platform |
| HorizontalAlignment HorizontalChildrenAlignment | all platforms supported by Uno Platform |
| DependencyProperty ColumnSpanProperty | all platforms supported by Uno Platform |
| DependencyProperty HorizontalChildrenAlignmentProperty | all platforms supported by Uno Platform |
| DependencyProperty ItemHeightProperty | all platforms supported by Uno Platform |
| DependencyProperty ItemWidthProperty | all platforms supported by Uno Platform |
| DependencyProperty MaximumRowsOrColumnsProperty | all platforms supported by Uno Platform |
| DependencyProperty OrientationProperty | all platforms supported by Uno Platform |
| DependencyProperty RowSpanProperty | all platforms supported by Uno Platform |
| DependencyProperty VerticalChildrenAlignmentProperty | all platforms supported by Uno Platform |
Implemented methods
| Method | Supported on |
|---|---|
| int GetRowSpan(UIElement) | all platforms supported by Uno Platform |
| void SetRowSpan(UIElement, int) | all platforms supported by Uno Platform |
| int GetColumnSpan(UIElement) | all platforms supported by Uno Platform |
| void SetColumnSpan(UIElement, int) | all platforms supported by Uno Platform |
Last updated Tuesday, 14 May 2024 19:55.