Hi Dojo,
In Cube view of the IAS, for some reason the vertical overflow/scrollbar in my script is not appearing.
I've reduced the height to be less than what can be fitted with components, but the script still shows no overflow.
The red rectangles are actually sections, with 2 containing widgets. I've seen examples where only widgets will cause vertical overflow.
What can I do to make the scrollbar appear?
Thanks!
Hi Benjamin,
You can have the scrollbar, for that you should not use the fixed Height in your Views (Dialog), but instead you should use the MaxHeight.
You will need to do that in all views that are called in a script, otherwise it won't work.