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.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public AutoScrollMode AutoScrollMode { get; set; }
Visual Basic
Public Property AutoScrollMode As AutoScrollMode
	Get
	Set

Remarks

This is a dependency property.

See Also