What is a Pager Control?
The Pager Control is useful in situations where a window does not have enough area to display a child window. For example, if your application has a toolbar that is not wide enough to show all of its items, you can assign the toolbar to a pager control and users will be able to scroll to the left or right to access all of the items. You can also create pager controls that scroll vertically. The following illustration shows a toolbar contained in a pager control. The areas coloured in red are the Pager control parts: How to Use the Pager Control The Pager Control has been implemented as a control container. In order for the pager to scroll another control, it must be a child of the Pager Control. You can do this either by drawing the control to be scrolled into the pager control at design-time, or by setting the child control’s Container property at run-time. To initialise the pager for the child control, first set the desired orientation with the Orientation property. Then call the Add