User Tools

Site Tools


DzScrollView (deprecated)

Script wrapper for Q3ScrollView.

More...

Inherits :

Constructors

DAZ Script
DzScrollView ( DzWidget parent )

Detailed Description

Provides a scrolling area with on-demand scroll bars.

Deprecated

Exists only to keep old code working. Do not use in new code. Use DzScrollArea where possible instead.

Constructors


DzScrollView( DzWidget parent )

Creates a scroll view as a child of the given parent widget.

Parameter(s):

  • parent - The widget parent for the scroll view.