Question re: scrollable window

I have a “form” to display so a user can fill in. It is longer than the displayable space on the computer screen. I’d like to somehow design this “form” in a Window with the ability to scroll up and down to access other TextFields which would be beyond the borders of the Window.

Is this possible and if so, how would I go about creating it?

(hope that explains it clear enough)

btw, this is a desktop app

Thanks for your help.

you need to “embed” “container controls”
there are examples on the xojo folders.

you can also make tab panels instead of scrolling the window, which is easier to program.

I’ve made a sample project a while ago which can right away be used in a desktop project If you contact me directly, I can send you the project.

Canvas also permits scrolling of controls.

That would be awesome!

[quote=287271:@Jean-Yves Pochez]you need to “embed” “container controls”
there are examples on the xojo folders.

you can also make tab panels instead of scrolling the window, which is easier to program.[/quote]

ya, I did it with PagePanel so far but would like to see if I can do it the other way so that it more closely represents what the users are now working with (Survey Monkey) … makes the transition easier. I want to do away with SurveyMonkey so that the data stays “in-house” and can be better manipulated live.