Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / AutoScrollMode Enumeration

In This Topic
    AutoScrollMode Enumeration
    In This Topic
    The ExpandMode enumeration is used in C1TreeView to specify the allowed number of expanded C1TreeViewItems.
    Syntax
    'Declaration
     
    
    Public Enum AutoScrollMode 
       Inherits System.Enum
    public enum AutoScrollMode : 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