[]
Called after an item is measured in order to update scrolling structures.
protected override void AfterItemMeasure(int index, FrameworkElement child)
Protected Overrides Sub AfterItemMeasure(index As Integer, child As FrameworkElement)
| Type | Name | Description |
|---|---|---|
| int | index | The index of the item which was measured. |
| FrameworkElement | child | The child that was measured. |