Carbon


List Flags

Header: Lists.h

enum {
    lDoVAutoscroll = 2,
    lDoHAutoscroll = 1
};

Constant descriptions

lDoVAutoscroll

Set this bit to 1 if you wish to allow automatic vertical scrolling.

lDoHAutoscroll

Set this bit to 1 if you wish to allow automatic horizontal scrolling.

The following constants define bits in the listFlags field of the ListRec structure that determine whether horizontal autoscrolling and vertical autoscrolling are enabled:.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)