42.1 Overview

Scrollbar class derives from Area class and creates a widget that represents a horizontal or vertical scrollbar. An isolated scrollbar object doesn't make much sense. That's why scrollbar objects are typically connected to another widget by using the Scrollbar.Target attribute. For example, you can connect scrollbars to an object of Hollywood class to create a custom widget which draws user-defined graphics depending on the current scrollbar position.


Show TOC