TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewItem Class / ArrangeOverride Method

In This Topic
    ArrangeOverride Method (C1TreeViewItem)
    In This Topic
    Called to arrange and size the content of a System.Windows.Controls.Control object.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ArrangeOverride( _
       ByVal arrangeBounds As Size _
    ) As Size
    protected override Size ArrangeOverride( 
       Size arrangeBounds
    )

    Parameters

    arrangeBounds

    Return Value

    The size of the control.
    See Also