[]
Called after an item is measured in order to update scrolling structures.
protected virtual void AfterItemMeasure(int index, Size desiredSize, bool isUpdate)
Protected Overridable Sub AfterItemMeasure(index As Integer, desiredSize As Size, isUpdate As Boolean)
| Type | Name | Description |
|---|---|---|
| int | index | The index of the item which was measured. |
| Size | desiredSize | The desired size of the item just measured. |
| bool | isUpdate |