Search Results for

    Show / Hide Table of Contents

    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
    bool

    SetBringIntoViewWhenSelected(TreeViewItem, bool)

    Declaration
    public static void SetBringIntoViewWhenSelected(TreeViewItem treeViewItem, bool value)
    Parameters
    Type Name Description
    TreeViewItem treeViewItem
    bool value

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • TreeViewBringIntoViewWhenSelectedBehavior()
    • Fields
      • BringIntoViewWhenSelectedProperty
    • Methods
      • GetBringIntoViewWhenSelected(TreeViewItem)
      • SetBringIntoViewWhenSelected(TreeViewItem, bool)
    • Extension Methods
    Back to top Generated by DocFX