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