menu

UWP

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

    Show / Hide Table of Contents

    Class OrientedCellsPanel

    Inheritance
    System.Object
    OrientedCellsPanel
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class OrientedCellsPanel : Panel, IDisposable

    Constructors

    OrientedCellsPanel()

    Declaration
    public OrientedCellsPanel()

    Methods

    ArrangeOverride(Size)

    Provides the behaviour for the "Arrange" pass of layout.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size finalSize

    The final area within the parent that this object should use to arrange itself and its children.

    Returns
    Type Description
    Windows.Foundation.Size

    The actual size that is used after the element is arranged in layout.

    Dispose()

    Disposes all the resources used by the GridHeaderCellControl class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the OrientedCellsPanel class.

    Declaration
    protected virtual void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    Indicates whether the call is from Dispose method or from a finalizer.

    MeasureOverride(Size)

    Provides the behaviour for the "Measure" pass of the layout cycle.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize

    The available size that this object can give to child objects.Infinity can be specified as a value to indicate that the object will to size whatever the content is available.

    Returns
    Type Description
    Windows.Foundation.Size

    The Size that this object determines it needs during layout,based on its calculations of the allocated sizes for child objects or based on other considerations such as a fixed container size.

    Implements

    System.IDisposable

    Extension Methods

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