C1.Silverlight Namespace / AutoScrollMode Enumeration

AutoScrollMode Enumeration
The ExpandMode enumeration is used in C1TreeView to specify the allowed number of expanded C1TreeViewItems.
Syntax
'Declaration
 
Public Enum AutoScrollMode 
   Inherits System.Enum
 
Members
MemberDescription
BothAuto-scrolls vertically and horizontally.
NoneDoes not Auto-scroll.
VerticalAuto-scrolls vertically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.AutoScrollMode

See Also