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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
protected override void AfterItemMeasure(
	int index,
	Size desiredSize
)
Visual Basic
Protected Overrides Sub AfterItemMeasure ( _
	index As Integer, _
	desiredSize As Size _
)

Parameters

index
Type: System..::..Int32
The index of the item which was measured.
desiredSize
Type: System.Windows..::..Size
The desired size of the item just measured.

See Also