Used in the RadTreeView to specify what will be brought into view when the BringIntoView or an equivalent method is called for a RadTreeViewItem.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum BringIntoViewMode
Fields
Just the header of the item will be brought into view.
C#
Header = 0
The header and as many items as possible will be brought into view.
C#
HeaderAndItems = 1