Enables screen update of the list view control.
void EnableDraw (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.