Class FlatVScrollBar
Represents a standard Windows vertical scroll bar.
Implements
Inherited Members
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
See Also
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 |