Class SidePanel
Represents the SidePanel Class.
Inheritance
System.Object
SidePanel
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SidePanel : Panel
Constructors
SidePanel()
Initializes a new instance of the SidePanel class.
Declaration
[ClassReference(IsReviewed = false)]
public SidePanel()
Methods
ArrangeOverride(Size)
Arranges the content (child elements) of a SidePanel element.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | The Size the SidePanel uses to arrange its child elements. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The arranged size of the SidePanel. |
MeasureOverride(Size)
Measures the children of a SidePanel in anticipation of arranging them during the ArrangeOverride pass.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | A maximum Size to not exceed. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The desired size of the SidePanel. |