I'm pretty new with Xojo and I've stumbled on a roadblock on the desktop project I'm working on.
I have a TabPanel that gets populated with custom ContainerControls at runtime (data is fetched from a httpsocket, and that part pretty much works). Problem is, the number of controls is variable so they can (and do) end being drawn outside the window's edges.
I could simply spread the containers on multiple tabs but scrolling on a single one is what's being requested, so either I find a way to add it (and at the moment I'm totally lost on how) or I'll have to drop the TabControl and try something else (and that comes with the problem that having tabs is another request).
Could really use a nudge in the right direction.