Expand | ||
---|---|---|
| ||
|
Inherits | |
Context | windowinstance |
A scrollercontrol allows the user to scroll, pan or zoom the contents of another control.
...
This control supports panning and zooming (when control pressed on the keyboard) on imagecontrol objects and scrolling on windowlist objects.
Definition
Code Block | ||
---|---|---|
| ||
<scrollercontrol name="..." > <target > <name > ... </name> </target> <button > <normal > ... </normal> <pressed > ... </pressed> <zoom > ... </zoom> <zoompressed > ... </zoompressed> </button> </scrollercontrol> |
...