Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: More Macintosh Toolbox /
Chapter 4 - List Manager / List Manager Reference
List Manager Routines


Modifying a List's Appearance

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


Subtopics
LSetDrawingMode
LDraw
LAutoScroll
LScroll

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996