Scrollable WebPage

Hi,
Is there any way to make a webpage window scrollable, i.e. if the size of the browser window is smaller than the size of the WebPage, the scrollbar will appear on the right side?
Thank you.
Val

Unless I did not understand your question, this is the default behavior of any browser.

Make the minimum size larger than the browser height.

Hi, Michel and Greg,

Michele, probably I have not worded my question appropriately. Greg has answered my question.

Thanks a lot to both of you.

I wish this feature worked on the desktop applications.

Thank you, again.

Val

It is not automatic, but it can be achieved.

You’ll want to put your controls on a Canvas so you can scroll them. An example is included with Xojo:

Examples/Desktop/ContainerControls/DownloadContainer