TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewPanel Class / AfterItemMeasure Method
The index of the item which was measured.
The desired size of the item just measured.

In This Topic
    AfterItemMeasure Method
    In This Topic
    Called after an item is measured in order to update scrolling structures.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AfterItemMeasure( _
       ByVal index As Integer, _
       ByVal desiredSize As Size, _
       ByVal isUpdate As Boolean _
    ) 
    protected virtual void AfterItemMeasure( 
       int index,
       Size desiredSize,
       bool isUpdate
    )

    Parameters

    index
    The index of the item which was measured.
    desiredSize
    The desired size of the item just measured.
    isUpdate
    See Also