StackPanel : Panel
Implemented for: WASM, Skia, Mobile
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 | WASM, Skia, Mobile |
| Thickness Padding | WASM, Skia, Mobile |
| Orientation Orientation | WASM, Skia, Mobile |
| CornerRadius CornerRadius | WASM, Skia, Mobile |
| Thickness BorderThickness | WASM, Skia, Mobile |
| Brush BorderBrush | WASM, Skia, Mobile |
| BackgroundSizing BackgroundSizing | WASM, Skia, Mobile |
| bool AreScrollSnapPointsRegular | WASM, Skia, Mobile |
| bool AreHorizontalSnapPointsRegular | WASM, Skia, Mobile |
| bool AreVerticalSnapPointsRegular | WASM, Skia, Mobile |
| DependencyProperty AreScrollSnapPointsRegularProperty | WASM, Skia, Mobile |
| DependencyProperty BackgroundSizingProperty | WASM, Skia, Mobile |
| DependencyProperty BorderBrushProperty | WASM, Skia, Mobile |
| DependencyProperty BorderThicknessProperty | WASM, Skia, Mobile |
| DependencyProperty CornerRadiusProperty | WASM, Skia, Mobile |
| DependencyProperty OrientationProperty | WASM, Skia, Mobile |
| DependencyProperty PaddingProperty | WASM, Skia, Mobile |
| DependencyProperty SpacingProperty | WASM, Skia, Mobile |
Implemented methods
| Method | Supported on |
|---|---|
| IReadOnlyList |
WASM, Skia, Mobile |
| float GetRegularSnapPoints(Orientation, SnapPointsAlignment, float) | WASM, Skia, Mobile |
| void GetInsertionIndexes(Point, int, int) | WASM, Skia, Mobile |
Implemented events
| Event | Supported on |
|---|---|
| EventHandler | WASM, Skia, Mobile |
| EventHandler | WASM, Skia, Mobile |
Below are all properties, methods, and events of StackPanel that are not currently implemented in Uno.
Not implemented properties
| Property | Not supported on |
|---|---|
| double Spacing | MacOS |
| Thickness Padding | MacOS |
| Orientation Orientation | MacOS |
| CornerRadius CornerRadius | MacOS |
| Thickness BorderThickness | MacOS |
| Brush BorderBrush | MacOS |
| BackgroundSizing BackgroundSizing | MacOS |
| bool AreScrollSnapPointsRegular | MacOS |
| bool AreHorizontalSnapPointsRegular | MacOS |
| bool AreVerticalSnapPointsRegular | MacOS |
| DependencyProperty AreScrollSnapPointsRegularProperty | MacOS |
| DependencyProperty BackgroundSizingProperty | MacOS |
| DependencyProperty BorderBrushProperty | MacOS |
| DependencyProperty BorderThicknessProperty | MacOS |
| DependencyProperty CornerRadiusProperty | MacOS |
| DependencyProperty OrientationProperty | MacOS |
| DependencyProperty PaddingProperty | MacOS |
| DependencyProperty SpacingProperty | MacOS |
Not implemented methods
Not implemented events
| Event | Not supported on |
|---|---|
| EventHandler | MacOS |
| EventHandler | MacOS |
Last updated Wednesday, 11 February 2026 15:49.