Class TreeViewService
Provides attached options for the TreeView control.
Inheritance
TreeViewService
Assembly: PresentationTheme.Aero.dll
Syntax
public static class TreeViewService
Fields
|
Improve this Doc
View Source
FullRowSelectProperty
Identifies the FullRowSelect attached dependency property.
Declaration
public static readonly DependencyProperty FullRowSelectProperty
Field Value
|
Improve this Doc
View Source
ItemLevelProperty
Identifies the ItemLevel read-only attached dependency property.
Declaration
public static readonly DependencyProperty ItemLevelProperty
Field Value
Methods
|
Improve this Doc
View Source
GetFullRowSelect(TreeView)
Gets a flag indicating whether a TreeView style
should use full-row selection if supported.
Declaration
public static bool GetFullRowSelect(TreeView d)
Parameters
Returns
|
Improve this Doc
View Source
GetItemLevel(DependencyObject)
Declaration
public static int GetItemLevel(DependencyObject d)
Parameters
Returns
|
Improve this Doc
View Source
SetFullRowSelect(TreeView, Boolean)
Sets a flag indicating whether a TreeView style
should use full-row selection if supported.
Declaration
public static void SetFullRowSelect(TreeView d, bool value)
Parameters