menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeNodeContainer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeNodeContainer

    This is a scrollable node container that holds the item elements. And handles the arrange and measure logic of all elements.

    Inheritance
    System.Object
    TreeNodesContainerBase
    TreeNodeContainer
    Implements
    System.Windows.Controls.Primitives.IScrollInfo
    Inherited Members
    TreeNodesContainerBase.CanHorizontallyScroll
    TreeNodesContainerBase.CanVerticallyScroll
    TreeNodesContainerBase.CreateScrollAxis(Boolean, IScrollBar, ILineSizeHost)
    TreeNodesContainerBase.Dispose()
    TreeNodesContainerBase.Dispose(Boolean)
    TreeNodesContainerBase.ExtentHeight
    TreeNodesContainerBase.ExtentWidth
    TreeNodesContainerBase.HorizontalOffset
    TreeNodesContainerBase.HScrollBar
    TreeNodesContainerBase.LineDown()
    TreeNodesContainerBase.LineLeft()
    TreeNodesContainerBase.LineRight()
    TreeNodesContainerBase.LineUp()
    TreeNodesContainerBase.MakeVisible(Visual, Rect)
    TreeNodesContainerBase.MouseWheelDown()
    TreeNodesContainerBase.MouseWheelLeft()
    TreeNodesContainerBase.MouseWheelRight()
    TreeNodesContainerBase.MouseWheelUp()
    TreeNodesContainerBase.PageDown()
    TreeNodesContainerBase.PageLeft()
    TreeNodesContainerBase.PageRight()
    TreeNodesContainerBase.PageUp()
    TreeNodesContainerBase.ScrollOwner
    TreeNodesContainerBase.ScrollRows
    TreeNodesContainerBase.SetHorizontalOffset(Double)
    TreeNodesContainerBase.SetVerticalOffset(Double)
    TreeNodesContainerBase.VerticalOffset
    TreeNodesContainerBase.ViewportHeight
    TreeNodesContainerBase.ViewportWidth
    TreeNodesContainerBase.VScrollBar
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public class TreeNodeContainer : TreeNodesContainerBase, IScrollInfo

    Constructors

    TreeNodeContainer()

    Declaration
    public TreeNodeContainer()

    Methods

    ArrangeOverride(Size)

    Positions and sizes the children of the TreeNodeContainer.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize

    The available size for the element to use.

    Returns
    Type Description
    System.Windows.Size

    A System.Windows.Size.#ctor(System.Double,System.Double) which contains the desired size of the element.

    MeasureOverride(Size)

    This method is used to get the desired size of an element.

    Declaration
    protected override Size MeasureOverride(Size constraint)
    Parameters
    Type Name Description
    System.Windows.Size constraint

    The available size for the element to use.

    Returns
    Type Description
    System.Windows.Size

    A System.Windows.Size.#ctor(System.Double,System.Double) which contains the desired size of the element.

    Implements

    System.Windows.Controls.Primitives.IScrollInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved