[]
        
(Showing Draft Content)

C1.WPF.C1ListViewerPanel.AfterItemMeasure

AfterItemMeasure Method

AfterItemMeasure(int, FrameworkElement)

Called after an item is measured in order to update scrolling structures.

Declaration
protected virtual void AfterItemMeasure(int index, FrameworkElement child)
Parameters
Type Name Description
int index

The index of the item which was measured.

FrameworkElement child

The child that was measured.