Class SfGroupPanel
Used to group and arrange the collections of SfGroupBarItem
Inheritance
System.Object
SfGroupPanel
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfGroupBar.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfGroupPanel : StackPanel
Remarks
SfGroupPanel is a Windows.UI.Xaml.Controls.StackPanel.
Constructors
SfGroupPanel()
Declaration
public SfGroupPanel()
Methods
ArrangeOverride(Size)
Sets the size for the arranging behaviour
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The size |