Scrollable views

I want to make a basic page in Ignition Perspective that is scrollable. When I try to add content to my page that would normally extend off of the screen, regardless of my overflow settings, it either shrinks the content or makes the individual containers/content instances scrollable while the overall page is not scrollable.

Does anyone know of a solution to this problem? I've tried a myriad of solutions, including embedding my components in the same view, foregoing embedded views altogether and just putting all of my components in the main view, putting all of my embedded views into a single embedded view, and so on, but nothing seems to work. It seems that Perspective's logic solves the problem of overflow by making everything but the screen itself scrollable.

I don't really need the screen itself to be scrollable: a master scrollable container on the screen containing all of the content I need would also suffice, but so far I haven't found an implementable solution that behaves this way.

Did you set shrink to 0 ?

2 Likes

I'll come back if your solution stops working, but right now it seems like setting shrink to 0 instantly fixed my problem. Thank you!