Grid : Panel

Implemented for: all platforms supported by Uno Platform

This document lists all properties, methods, and events of Grid that are currently implemented by the Uno Platform. See the WinUI and UWP documentation for detailed usage guidelines which all automatically apply to Uno Platform.

Implemented properties

Property Supported on
ColumnDefinitionCollection ColumnDefinitions all platforms supported by Uno Platform
RowDefinitionCollection RowDefinitions all platforms supported by Uno Platform
Thickness Padding all platforms supported by Uno Platform
CornerRadius CornerRadius all platforms supported by Uno Platform
Thickness BorderThickness all platforms supported by Uno Platform
Brush BorderBrush all platforms supported by Uno Platform
double RowSpacing all platforms supported by Uno Platform
double ColumnSpacing all platforms supported by Uno Platform
BackgroundSizing BackgroundSizing all platforms supported by Uno Platform
DependencyProperty ColumnProperty all platforms supported by Uno Platform
DependencyProperty ColumnSpanProperty all platforms supported by Uno Platform
DependencyProperty RowProperty all platforms supported by Uno Platform
DependencyProperty RowSpanProperty all platforms supported by Uno Platform
DependencyProperty BorderBrushProperty all platforms supported by Uno Platform
DependencyProperty BorderThicknessProperty all platforms supported by Uno Platform
DependencyProperty CornerRadiusProperty all platforms supported by Uno Platform
DependencyProperty PaddingProperty all platforms supported by Uno Platform
DependencyProperty ColumnSpacingProperty all platforms supported by Uno Platform
DependencyProperty RowSpacingProperty all platforms supported by Uno Platform
DependencyProperty BackgroundSizingProperty all platforms supported by Uno Platform

Below are all properties, methods, and events of Grid that are not currently implemented in Uno.

Not implemented methods

Method Not supported on
int GetRow(FrameworkElement) all platforms supported by Uno Platform
void SetRow(FrameworkElement, int) all platforms supported by Uno Platform
int GetColumn(FrameworkElement) all platforms supported by Uno Platform
void SetColumn(FrameworkElement, int) all platforms supported by Uno Platform
int GetRowSpan(FrameworkElement) all platforms supported by Uno Platform
void SetRowSpan(FrameworkElement, int) all platforms supported by Uno Platform
int GetColumnSpan(FrameworkElement) all platforms supported by Uno Platform
void SetColumnSpan(FrameworkElement, int) all platforms supported by Uno Platform

Last updated Friday, 03 November 2023 16:21.