AfterItemMeasure Method (C1TreeViewPanel)
In This Topic
Called after an item is measured in order to update scrolling structures.
Syntax
'Declaration
Protected Overridable Sub AfterItemMeasure( _
ByVal As Integer, _
ByVal As Size, _
ByVal As Boolean _
)
protected virtual void AfterItemMeasure(
int ,
Size ,
bool
)
Parameters
- index
- The index of the item which was measured.
- desiredSize
- The desired size of the item just measured.
- isUpdate
See Also