menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomStackPanel - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved