Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleClick here to show Table of Contents
Table of Contents

Inherits

windowcontrol

Context

windowinstance

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
languagexml
<scrollercontrol name="..." >
  <target >
    <name > ... </name>
  </target>
  <button >
    <normal > ... </normal>
    <pressed > ... </pressed>
    <zoom > ... </zoom>
    <zoompressed > ... </zoompressed>
  </button>
</scrollercontrol>

...