menu

WinForms

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

    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
    ScrollBarWrapper

    VScrollBar

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

    Declaration
    ScrollBarWrapper VScrollBar { get; }
    Property Value
    Type
    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 - 2025 Syncfusion Inc. All Rights Reserved