menu

UWP

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

    Show / Hide Table of Contents

    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

    Extension Methods

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