menu

UWP

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

    Show / Hide Table of Contents

    Class ScrollPanel

    Represents the scroll panel for Calendar control.

    Inheritance
    System.Object
    ScrollPanel
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class ScrollPanel : Panel, IDisposable

    Constructors

    ScrollPanel()

    Initializes a new instance of the ScrollPanel class.

    Declaration
    public ScrollPanel()

    ScrollPanel(SfCalendar)

    Initializes a new instance of the ScrollPanel class.

    Declaration
    public ScrollPanel(SfCalendar calendar)
    Parameters
    Type Name Description
    SfCalendar calendar

    The instance of Calendar.

    Methods

    ArrangeOverride(Size)

    Arranges all the child views.

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

    The final size.

    Returns
    Type Description
    Windows.Foundation.Size

    The size of the control

    Dispose()

    Invoked to dispose the collections

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the scroll panel class.

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

    Indicates whether dispose or not

    MeasureOverride(Size)

    Measure all the views.

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

    The available size

    Returns
    Type Description
    Windows.Foundation.Size

    The size of the control

    Implements

    System.IDisposable

    Extension Methods

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