menu

WinForms

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

    Show / Hide Table of Contents

    Class FlatVScrollBar

    Represents a standard Windows vertical scroll bar.

    Inheritance
    System.Object
    FlatScrollBar
    FlatVScrollBar
    Implements
    IScrollBar
    Inherited Members
    FlatScrollBar.Appearance
    FlatScrollBar.BackColor
    FlatScrollBar.IScrollBar.get_Enabled()
    FlatScrollBar.IScrollBar.set_Enabled(Boolean)
    FlatScrollBar.IScrollBar.UpdateScrollInfo()
    FlatScrollBar.IsThumbTracking
    FlatScrollBar.LargeChange
    FlatScrollBar.Maximum
    FlatScrollBar.Minimum
    FlatScrollBar.OnBackColorChanged(EventArgs)
    FlatScrollBar.OnHandleCreated(EventArgs)
    FlatScrollBar.OnHandleDestroyed(EventArgs)
    FlatScrollBar.Refresh()
    FlatScrollBar.ResetBackColor()
    FlatScrollBar.ShowScrollTips
    FlatScrollBar.SmallChange
    FlatScrollBar.SupportsScrollTips
    FlatScrollBar.SupportsThumbTrack
    FlatScrollBar.Value
    FlatScrollBar.WndProc(Message)
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class FlatVScrollBar : FlatScrollBar, IScrollBar
    Remarks

    Most controls that need scroll bars already provide them and do not require this control. This is true of a multi-line System.Windows.Forms.TextBox control, a System.Windows.Forms.ListBox and a System.Windows.Forms.ComboBox , for example.

    You can use this control to implement scrolling in containers that do not provide their own scroll bars, such as a System.Windows.Forms.PictureBox or for user input of numeric data. The numeric data may be displayed in a control or utilized in code. The Minimum and Maximum properties determine the range of values the user can select. The LargeChange property determines the effect of clicking within the scroll bar but outside the scroll box. The SmallChange property determines the effect of clicking the scroll arrows at each end of the control.

    Constructors

    FlatVScrollBar()

    Constructor.

    Declaration
    public FlatVScrollBar()

    Properties

    CreateParams

    Returns the parameters needed to create the handler. Inheriting classes can override this to provide extra functionality. They should not, however, forget to call base.getCreateParams() first to get the structure filled up with the basic info.

    Declaration
    protected override CreateParams CreateParams { get; }
    Property Value
    Type
    System.Windows.Forms.CreateParams
    Overrides
    FlatScrollBar.CreateParams
    See Also
    System.Windows.Forms.CreateParams

    RightToLeft

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

    Methods

    SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)

    Declaration
    protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y
    System.Int32 width
    System.Int32 height
    System.Windows.Forms.BoundsSpecified specified

    Implements

    IScrollBar

    See Also

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