Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeView Class / AutoScrollMode Property

In This Topic
    AutoScrollMode Property (C1TreeView)
    In This Topic
    Gets or sets a value indicating the auto-scroll mode used by the C1TreeView when navigating to C1treeViewItems that are not (or don´t fit) in the current ViewPort.
    Syntax
    'Declaration
     
    
    Public Property AutoScrollMode As AutoScrollMode
    public AutoScrollMode AutoScrollMode {get; set;}
    See Also