Important: The information in this document is obsolete and should not be used for new development.
Changing the Size of Cells and Lists
Usually, once your application creates a list, it should not need to change the cell size or the size of the list itself. However, there may be instances in which changing one or both is desirable. For example, if your list is on the lower-right side of a window that is resizable, then your application must resize the list if the window containing it is resized. Your application can do that with theLSize
procedure. To resize the cells in a list, your application can use theLCellSize
procedure.
Subtopics
- LSize
- LCellSize