menu

UWP

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

    Show / Hide Table of Contents

    Class ScrollableContentPresenter

    Inheritance
    System.Object
    ScrollableContentPresenter
    Implements
    IScrollableInfo
    Namespace: Syncfusion.UI.Xaml.Grid.GridCommon
    Assembly: Syncfusion.SfGridCommon.UWP.dll
    Syntax
    public class ScrollableContentPresenter : ContentPresenter, IScrollableInfo

    Constructors

    ScrollableContentPresenter()

    Declaration
    public ScrollableContentPresenter()

    Fields

    TemplatedParentProperty

    Declaration
    public static readonly DependencyProperty TemplatedParentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    CanHorizontallyScroll

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

    CanVerticallyScroll

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

    ExtentHeight

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

    ExtentWidth

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

    HorizontalOffset

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

    HorizontalPadding

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

    ScrollableOwner

    Declaration
    public ScrollableContentViewer ScrollableOwner { get; set; }
    Property Value
    Type
    ScrollableContentViewer

    TemplatedParent

    Declaration
    public DependencyObject TemplatedParent { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.DependencyObject

    VerticalOffset

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

    VerticalPadding

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

    ViewportHeight

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

    ViewportWidth

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

    Methods

    ArrangeOverride(Size)

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

    LineDown()

    Declaration
    public void LineDown()

    LineLeft()

    Declaration
    public void LineLeft()

    LineRight()

    Declaration
    public void LineRight()

    LineUp()

    Declaration
    public void LineUp()

    MakeVisible(UIElement, Rect)

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

    MeasureOverride(Size)

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

    MouseWheelDown()

    Declaration
    public void MouseWheelDown()

    MouseWheelLeft()

    Declaration
    public void MouseWheelLeft()

    MouseWheelRight()

    Declaration
    public void MouseWheelRight()

    MouseWheelUp()

    Declaration
    public void MouseWheelUp()

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    PageDown()

    Declaration
    public void PageDown()

    PageLeft()

    Declaration
    public void PageLeft()

    PageRight()

    Declaration
    public void PageRight()

    PageUp()

    Declaration
    public void PageUp()

    SetHorizontalOffset(Double)

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

    SetVerticalOffset(Double)

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

    Implements

    IScrollableInfo

    Extension Methods

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