Called after an item is measured in order to update scrolling structures.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
protected virtual void AfterItemMeasure( int index, Size desiredSize ) |
Visual Basic |
---|
Protected Overridable 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.