menu

WinForms

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

    Show / Hide Table of Contents

    Class ScrollBarAdapter

    Defines an interface that provides all properties to configure a scrollbar.

    Inheritance
    System.Object
    ScrollBarAdapter
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ScrollBarAdapter

    Constructors

    ScrollBarAdapter(ScrollBarCustomDraw)

    Declaration
    public ScrollBarAdapter(ScrollBarCustomDraw scrollBarCustomDraw)
    Parameters
    Type Name Description
    ScrollBarCustomDraw scrollBarCustomDraw

    ScrollBarAdapter(Control)

    Declaration
    public ScrollBarAdapter(Control c)
    Parameters
    Type Name Description
    System.Windows.Forms.Control c

    ScrollBarAdapter(ScrollBar)

    Declaration
    public ScrollBarAdapter(ScrollBar scrollBar)
    Parameters
    Type Name Description
    System.Windows.Forms.ScrollBar scrollBar

    Properties

    Control

    Declaration
    public virtual Control Control { get; }
    Property Value
    Type
    System.Windows.Forms.Control

    Enabled

    Gets / sets a number that represents the current position of the scroll box on the scroll bar control.

    Declaration
    public virtual bool Enabled { get; set; }
    Property Value
    Type
    System.Boolean

    Handle

    Declaration
    public IntPtr Handle { get; }
    Property Value
    Type
    System.IntPtr

    LargeChange

    Gets / sets a value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.

    Declaration
    public virtual int LargeChange { get; set; }
    Property Value
    Type
    System.Int32

    Maximum

    Gets / sets the upper limit of values of the scrollable range.

    Declaration
    public virtual int Maximum { get; set; }
    Property Value
    Type
    System.Int32

    Minimum

    Gets / sets the lower limit of values of the scrollable range.

    Declaration
    public virtual int Minimum { get; set; }
    Property Value
    Type
    System.Int32

    RightToLeft

    Gets / sets a number that represents the current position of the scroll box on the scroll bar control.

    Declaration
    public virtual RightToLeft RightToLeft { get; set; }
    Property Value
    Type
    System.Windows.Forms.RightToLeft

    SmallChange

    Gets / sets the value to be added to or subtracted from the value of the property when the scroll box is moved a small distance.

    Declaration
    public virtual int SmallChange { get; set; }
    Property Value
    Type
    System.Int32

    Value

    Gets / sets a numeric value that represents the current position of the scroll box on the scroll bar control.

    Declaration
    public virtual int Value { get; set; }
    Property Value
    Type
    System.Int32

    Events

    Scroll

    Declaration
    public virtual event ScrollEventHandler Scroll
    Event Type
    Type
    System.Windows.Forms.ScrollEventHandler

    ValueChanged

    Declaration
    public virtual event EventHandler ValueChanged
    Event Type
    Type
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved