Making Scrollable Graphics

From RAD Studio
Jump to: navigation, search

Go Up to Drawing On a Graphic


The graphic need not be the same size as the form: it can be either smaller or larger. By adding a scroll box control to the form and placing the graphic image inside it, you can display graphics that are much larger than the form or even larger than the screen. To add a scrollable graphic first you add a TScrollBox component and then you add the image control.

See Also