AfterItemMeasure Method (C1ListViewerPanel)
In This Topic
Called after an item is measured in order to update scrolling structures.
Syntax
'Declaration
Protected Overridable Sub AfterItemMeasure( _
ByVal As System.Integer, _
ByVal As Windows.UI.Xaml.FrameworkElement _
)
protected virtual void AfterItemMeasure(
System.int ,
Windows.UI.Xaml.FrameworkElement
)
Parameters
- index
- The index of the item which was measured.
- child
- The child that was measured.
See Also