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 theLSetDrawingModeprocedure to enable or disable automatic drawing of lists. If your application usesLSetDrawingModeto temporarily disable list drawing, then it must call theLDrawprocedure 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 theLAutoScrollprocedure. To scroll a list a certain number of cells horizontally and vertically, your application can use theLScrollprocedure.
Subtopics
- LSetDrawingMode
- LDraw
- LAutoScroll
- LScroll