Class TileViewPanel
Used to group and arrange the collections of Syncfusion.UI.Xaml.Controls.Layout.TileViewItem.
Inheritance
System.Object
TileViewPanel
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfTileView.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class TileViewPanel : Panel
Constructors
TileViewPanel()
Declaration
public TileViewPanel()
Methods
ArrangeOverride(Size)
Arranges the overridden elements
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | Final size of the panel |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Size of the Panel |
MeasureOverride(Size)
Calculates the size for the UIElements
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | Available size of the panel |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Returns the available size of the panel |