menu

UWP

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

    Show / Hide Table of Contents

    Interface IScrollableInfo

    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public interface IScrollableInfo

    Properties

    CanHorizontallyScroll

    Declaration
    bool CanHorizontallyScroll { get; set; }
    Property Value
    Type
    System.Boolean

    CanVerticallyScroll

    Declaration
    bool CanVerticallyScroll { get; set; }
    Property Value
    Type
    System.Boolean

    ExtentHeight

    Declaration
    double ExtentHeight { get; }
    Property Value
    Type
    System.Double

    ExtentWidth

    Declaration
    double ExtentWidth { get; }
    Property Value
    Type
    System.Double

    HorizontalOffset

    Declaration
    double HorizontalOffset { get; }
    Property Value
    Type
    System.Double

    HorizontalPadding

    Declaration
    double HorizontalPadding { get; set; }
    Property Value
    Type
    System.Double

    ScrollOwner

    Declaration
    ScrollableContentViewer ScrollOwner { get; set; }
    Property Value
    Type
    ScrollableContentViewer

    VerticalOffset

    Declaration
    double VerticalOffset { get; }
    Property Value
    Type
    System.Double

    VerticalPadding

    Declaration
    double VerticalPadding { get; set; }
    Property Value
    Type
    System.Double

    ViewportHeight

    Declaration
    double ViewportHeight { get; }
    Property Value
    Type
    System.Double

    ViewportWidth

    Declaration
    double ViewportWidth { get; }
    Property Value
    Type
    System.Double

    Methods

    LineDown()

    Declaration
    void LineDown()

    LineLeft()

    Declaration
    void LineLeft()

    LineRight()

    Declaration
    void LineRight()

    LineUp()

    Declaration
    void LineUp()

    MakeVisible(UIElement, Rect)

    Declaration
    Rect MakeVisible(UIElement visual, Rect rectangle)
    Parameters
    Type Name Description
    Windows.UI.Xaml.UIElement visual
    Windows.Foundation.Rect rectangle
    Returns
    Type
    Windows.Foundation.Rect

    MouseWheelDown()

    Declaration
    void MouseWheelDown()

    MouseWheelLeft()

    Declaration
    void MouseWheelLeft()

    MouseWheelRight()

    Declaration
    void MouseWheelRight()

    MouseWheelUp()

    Declaration
    void MouseWheelUp()

    PageDown()

    Declaration
    void PageDown()

    PageLeft()

    Declaration
    void PageLeft()

    PageRight()

    Declaration
    void PageRight()

    PageUp()

    Declaration
    void PageUp()

    SetHorizontalOffset(Double)

    Declaration
    void SetHorizontalOffset(double offset)
    Parameters
    Type Name Description
    System.Double offset

    SetVerticalOffset(Double)

    Declaration
    void SetVerticalOffset(double offset)
    Parameters
    Type Name Description
    System.Double offset

    Extension Methods

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