ComponentOne Basic Library for WPF and Silverlight
AutoScrollMode Property (C1TreeView)


C1.Silverlight Namespace > C1TreeView Class : AutoScrollMode Property
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
'Usage
 
Dim instance As C1TreeView
Dim value As AutoScrollMode
 
instance.AutoScrollMode = value
 
value = instance.AutoScrollMode
public AutoScrollMode AutoScrollMode {get; set;}
See Also

Reference

C1TreeView Class
C1TreeView Members