GUI: Scrollable Frames

Dear ROOTers,

for my root application with a GUI I need a scrollable Frame (TGVerticalFrame), a container that provides vertical scroll bars, if the size of its content exceeds the Frame size in vertical direction. Even after a quite intense search in the class references, I can’t figure out how achieve this. Can someone give me a hint?

Best regards,

Christian

Hi Christian,

You can use a TGCanvas. See for example this post or search the forum for TGCanvas…
And if you still have problems, feel free to ask again! :wink:

Cheers, Bertrand.

Hi Betrand,

thank you VERY much for your fast and helpful response! That was actually just what I was looking for…
Quite rediculous I didn’t find that post by myself…

Best regars,

Christian