Class ScrollChangedAction
Defines the various constants for the scroll changed action.
Inheritance
System.Object
ScrollChangedAction
Namespace: Syncfusion.GridCommon.ScrollAxis
Assembly: Syncfusion.GridCommon.Portable.dll
Syntax
public sealed class ScrollChangedAction : Enum
Fields
DefaultLineSizeChanged
Specifies that the scroll is changed as the default line size is changed.
Declaration
public const ScrollChangedAction DefaultLineSizeChanged
Field Value
Type |
---|
ScrollChangedAction |
FooterLineCountChanged
Specifies that the scroll is changed as the footer line count is changed.
Declaration
public const ScrollChangedAction FooterLineCountChanged
Field Value
Type |
---|
ScrollChangedAction |
HeaderLineCountChanged
Specifies that the scroll is changed as the header line count is changed.
Declaration
public const ScrollChangedAction HeaderLineCountChanged
Field Value
Type |
---|
ScrollChangedAction |
HiddenLineChanged
Specifies that the scroll is changed as the header line is changed.
Declaration
public const ScrollChangedAction HiddenLineChanged
Field Value
Type |
---|
ScrollChangedAction |
LineCountChanged
Specifies that the scroll is changed as the line count is changed.
Declaration
public const ScrollChangedAction LineCountChanged
Field Value
Type |
---|
ScrollChangedAction |
LineResized
Specifies that the scroll is changed as the lines are resized.
Declaration
public const ScrollChangedAction LineResized
Field Value
Type |
---|
ScrollChangedAction |
LinesInserted
Specifies that the scroll is changed as the lines are inserted.
Declaration
public const ScrollChangedAction LinesInserted
Field Value
Type |
---|
ScrollChangedAction |
LinesRemoved
Specifies that the scroll is changed as the lines are removed.
Declaration
public const ScrollChangedAction LinesRemoved
Field Value
Type |
---|
ScrollChangedAction |
ScrollBarValueChanged
Specifies that the scroll is changed as the scroll bar value is changed.
Declaration
public const ScrollChangedAction ScrollBarValueChanged
Field Value
Type |
---|
ScrollChangedAction |