Important: The information in this document is obsolete and should not be used for new development.
Modifying a List's Appearance
Your application can use theLSetDrawingMode
procedure to enable or disable automatic drawing of lists. If your application usesLSetDrawingMode
to temporarily disable list drawing, then it must call theLDraw
procedure to draw a cell when its appearance changes, or when new rows or columns are added to the list. To automatically scroll a list so that the first selected cell is the first cell visible, your application can use theLAutoScroll
procedure. To scroll a list a certain number of cells horizontally and vertically, your application can use theLScroll
procedure.
Subtopics
- LSetDrawingMode
- LDraw
- LAutoScroll
- LScroll