Enables screen update of the list box control.
void EnableDraw (void);
Description
It is advisable to disable screen updates when inserting,
deleting or modifying more list box 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.