Graphisoft®

Dialog ManagerVersion: 2.0

ListView::DisableDraw

Disables screen update of the list view control.

void DisableDraw (void);

Description

It is advisable to disable screen updates when inserting, deleting or modifying more list view items simultaneously. Use DisableDraw right before the first item modification and call EnableDraw right after the last item modification. These two functions must always be used in pairs.