[]
        
(Showing Draft Content)

C1.WPF.C1TreeViewPanel.AfterItemMeasure

AfterItemMeasure Method

AfterItemMeasure(int, Size, bool)

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

Declaration
protected virtual void AfterItemMeasure(int index, Size desiredSize, bool isUpdate)
Parameters
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