+ (id) scrollgroupWithContents:(MUIVirtgroup *)contents
+ (id) scrollgroupWithFreeHorizContents:(MUIVirtgroup *)contents
+ (id) scrollgroupWithFreeVertContents:(MUIVirtgroup *)contents
- (BOOL) autoBars

Specify if a scroll group should automatically hide the horizontal/vertical bars if the group completely fits into the the visible area Defaults to FALSE.

- (MUIVirtgroup *) contents

You have to specify an object of Virtgroup class here.

- (MUIScrollbar *) horizBar

Returns the object pointer of a scrollgroups scrollbar object for horizontal scrolling. Can be NULL in a vertical only scrollgroup.

- (BOOL) noHorizBar

Specify if a scroll group should disable the horizontal bar Defaults to FALSE.

- (void) noNotifySetAutoBars:(BOOL)autobars
- (void) noNotifySetNoHorizBar:(BOOL)nohorizbar
- (void) noNotifySetNoVertBar:(BOOL)novertbar
- (BOOL) noVertBar

Specify if a scroll group should disable the vertical bar Defaults to FALSE.

- (void) setAutoBars:(BOOL)autobars
- (void) setContents:(MUIVirtgroup *)contents

CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated

- (void) setFreeHoriz:(BOOL)freehoriz

CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated

- (void) setFreeVert:(BOOL)freevert

CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated

- (void) setNoHorizBar:(BOOL)nohorizbar
- (void) setNoVertBar:(BOOL)novertbar
- (void) setUseWinBorder:(BOOL)usewinborder

CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated

- (MUIScrollbar *) vertBar

Returns the object pointer of a scrollgroups scrollbar object for vertical scrolling. Can be NULL in a horizontall only scrollgroup.