WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IScrollBarProvider

    Show / Hide Table of Contents

    Interface IScrollBarProvider

    An object that provides HScrollBar, VScrollBar and Element properties.

    Namespace: Syncfusion.Windows.Controls.Scroll
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public interface IScrollBarProvider : IScrollInfo

    Properties

    Element

    Gets the System.Windows.FrameworkElement.

    Declaration
    FrameworkElement Element { get; }
    Property Value
    Type Description
    System.Windows.FrameworkElement

    The element.

    HScrollBar

    Gets the state describing for the horizontal scroll bar.

    Declaration
    ScrollInfo HScrollBar { get; }
    Property Value
    Type Description
    ScrollInfo

    The horizontal scroll bar state.

    VScrollBar

    Gets the state describing for the vertical scroll bar.

    Declaration
    ScrollInfo VScrollBar { get; }
    Property Value
    Type Description
    ScrollInfo

    The vertical scroll bar state.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved