Class CustomStackPanel
Custom stack panel
Inheritance
System.Object
CustomStackPanel
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class CustomStackPanel : StackPanel
Constructors
CustomStackPanel()
Initializes a new instance of the CustomStackPanel class.
Declaration
public CustomStackPanel()
Methods
ArrangeOverride(Size)
Arrange Override method.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | size value |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | final size value |
MeasureOverride(Size)
Measure Override
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | size value |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | final size value |