StackPanel : Panel
Implemented for: all platforms supported by Uno Platform
This document lists all properties, methods, and events of StackPanel
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 StackPanel
works, you can use the Uno Gallery or run your own tests on the Uno Playground.
Implemented properties
Property | Supported on |
---|---|
double Spacing | all platforms supported by Uno Platform |
Thickness Padding | all platforms supported by Uno Platform |
Orientation Orientation | 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 |
BackgroundSizing BackgroundSizing | all platforms supported by Uno Platform |
bool AreHorizontalSnapPointsRegular | all platforms supported by Uno Platform |
bool AreVerticalSnapPointsRegular | all platforms supported by Uno Platform |
DependencyProperty AreScrollSnapPointsRegularProperty | all platforms supported by Uno Platform |
DependencyProperty BackgroundSizingProperty | 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 OrientationProperty | all platforms supported by Uno Platform |
DependencyProperty PaddingProperty | all platforms supported by Uno Platform |
DependencyProperty SpacingProperty | all platforms supported by Uno Platform |
Implemented methods
Method | Supported on |
---|---|
IReadOnlyList |
all platforms supported by Uno Platform |
float GetRegularSnapPoints(Orientation, SnapPointsAlignment, float) | all platforms supported by Uno Platform |
Implemented events
Event | Supported on |
---|---|
EventHandler | all platforms supported by Uno Platform |
EventHandler | all platforms supported by Uno Platform |
Below are all properties, methods, and events of StackPanel
that are not currently implemented in Uno.
Not implemented properties
Property | Not supported on |
---|---|
bool AreScrollSnapPointsRegular | all platforms supported by Uno Platform |
Not implemented methods
Method | Not supported on |
---|---|
void GetInsertionIndexes(Point, int, int) | all platforms supported by Uno Platform |
Last updated Tuesday, 14 May 2024 19:55.