WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IScrollBarContainer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IScrollBarContainer

    Provides the functionality that returns a reference to a scrollbar contained in a user control.

    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IScrollBarContainer
    Remarks

    Splittercontrol and Workbookcontrol check for IScrollBarContainer to get the scrollbar. This enables you to replaces the shared scrollbar with any user control that also has a scrollbar. An example is the RecordNavigationScrollBar.

    Properties

    ScrollBar

    Gets or sets the contained scrollbar in a user control.

    Declaration
    ScrollBar ScrollBar { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.ScrollBar
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved