WinForms

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

    Show / Hide Table of Contents

    Interface IScrollBarWrapperContainer

    This interface provides properties for accessing a vertical and horizontal ScrollBarWrapper and an UpdateScrollBars() method.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface IScrollBarWrapperContainer

    Properties

    HScrollBar

    Returns a reference to an object with horizontal scrollbar settings of the control.

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

    VScrollBar

    Returns a reference to an object with vertical scrollbar settings of the control.

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

    Methods

    UpdateScrollBars()

    Updates scrollbars to reflect recent changes in scroll position, minimum and maximum scroll position values.

    Declaration
    void UpdateScrollBars()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved