Class TreeViewBringIntoViewWhenSelectedBehavior
Inheritance
Object
TreeViewBringIntoViewWhenSelectedBehavior
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Desktop.Platform.Controls.Behaviours
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class TreeViewBringIntoViewWhenSelectedBehavior
Constructors
TreeViewBringIntoViewWhenSelectedBehavior()
Declaration
public TreeViewBringIntoViewWhenSelectedBehavior()
Fields
BringIntoViewWhenSelectedProperty
Declaration
public static readonly DependencyProperty BringIntoViewWhenSelectedProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Methods
GetBringIntoViewWhenSelected(TreeViewItem)
Declaration
public static bool GetBringIntoViewWhenSelected(TreeViewItem treeViewItem)
Parameters
Type | Name | Description |
---|---|---|
TreeViewItem | treeViewItem |
Returns
Type | Description |
---|---|
Boolean |
SetBringIntoViewWhenSelected(TreeViewItem, Boolean)
Declaration
public static void SetBringIntoViewWhenSelected(TreeViewItem treeViewItem, bool value)
Parameters
Type | Name | Description |
---|---|---|
TreeViewItem | treeViewItem | |
Boolean | value |