Enum NativeScroll.SIF
Defines the constant that used to specifies the scrollbar parameters.
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum SIF
Fields
Name | Description |
---|---|
ALL | Specifies all the scrollbar information. |
DISABLENOSCROLL | Returns or sets a value that determines whether scroll bars in the RichTextBox control are disabled. |
PAGE | Page information. |
POS | Scroll position. |
RANGE | The range of the scrollbar. |
TRACKPOS | Returns the position of the scrollbar thumb. |