Represents an enumeration of the vertical scroll positions available for the ScrollSettings.
Definition
Namespace:Telerik.Windows.Controls.GanttView.Scrolling
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public enum VerticalScrollPosition
Fields
C#
Anywhere = 3
C#
Bottom = 2
C#
Center = 1
C#
None = 4
C#
Top = 0