Max-GUI Window Panes / Scrollable Areas

BlitzMax Forums/BlitzMax Programming/Max-GUI Window Panes / Scrollable Areas

Hello.

Is there a way of creating windows with scrollable inner areas? I want to draw on an area bigger than the displayed window size and allow the user to move around the area.

Thanks,

Goodbye.

You could do so by using a scrollable canvas e.g.

Source code and explanation here:
http://www.2dgamecreators.com/maxgui/T13-Sliders.html

See this http://www.2dgamecreators.com/maxgui/T13-Sliders.html
and
http://2dgamecreators.com/maxgui/Scrolling%20Canvas.html