The ExpandMode enumeration is used in C1TreeView to specify the allowed number of expanded C1TreeViewItems.

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

Syntax

C#
public enum AutoScrollMode
Visual Basic
Public Enumeration AutoScrollMode

Members

Member nameValueDescription
Vertical0 Auto-scrolls vertically.
Both1 Auto-scrolls vertically and horizontally.
None2 Does not Auto-scroll.

See Also