17. 81. 1. Introducing ScrollBar |
|
- You don't create ScrollBars directly.
- You can retrieve a reference to the ScrollBar by calling getHorizontalBar() or getVerticalBar().
|
Scrollable Styles: |
Style | Description | SWT.H_SCROLL | Creates a horizontal ScrollBar (passes the SWT.HORIZONTAL style to ScrollBar's constructor) | SWT.V_SCROLL | Creates a vertical ScrollBar (passes the SWT.VERTICAL style to ScrollBar's constructor) |
|