SEC_TREECLASS::ReMeasureItem

voidSEC_TREECLASS::ReMeasureItem(HTREEITEMhti)

Causes the item's width and height to be measured. The item will then be invalidated.

Defined in: trcore.inl

Return Value

void

Parameters

hti

The handle of the item to remeasure.

Comments

Certain operations can change the item metrics, such as a change in image size, or font size. Usually the tree control will remeasure items as needed. This function is available in case you ever need to force a remeasure on an item.