menu

WPF

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

    Show / Hide Table of Contents

    Interface IScrollableInfo

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public interface IScrollableInfo : IScrollInfo

    Properties

    HorizontalPadding

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

    ScrollableOwner

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

    VerticalPadding

    Declaration
    double VerticalPadding { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved