Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi,
I have a responsive mashup, It has three main Sub Containers...
1st Sub Container has Grid
2nd Sub Container has Collection Widget
3rd Sub Container has another Grid widget
My Screen resolution is 1920*1080, now I see all three Subcontainer are having Scroll bars, which the Customer doesn't want.
Is there a way, My Main Container has a vertical Scroll bar and sub-containers can expand as much as they can, without having any scroll bars?
Thingworx version: 9.3.8
Thanks,
Solved! Go to Solution.
I got it working by enabling the contained advanced-grid EnableContainerScroll property.
You can then disable horizontal and vertical scrolling. The grid will fill up the container with all of its content.
Also you need to make sure all child containers have scrolling disabled while parent container have scrolling enabled
Hello @pshashipreetham,
I feel like I remember reading something about this where you could have only the parent container have a scrollbar.
But unfortunately I can't remember where I read it.
Did you try using this:
And turning it off for the sub containers?
Regards,
Jens
HI @jensc ,
Vertical Scroll bars are disabled/grayed out for all sub-containers, so it didn't work.
Thanks,
I got it working by enabling the contained advanced-grid EnableContainerScroll property.
You can then disable horizontal and vertical scrolling. The grid will fill up the container with all of its content.
Also you need to make sure all child containers have scrolling disabled while parent container have scrolling enabled
Thank you, @rogerjn. It worked like magic.
Can you share how it worked ?