Hi guys,
I’ve been trying to create a Fullwidth Group or Dynamic panel that would span the browser width, unfortunately with little or no success. Can someone please help me with a starting point of some sort, the rp file herefullWidthGroup.rp (56.2 KB) shows what i’m trying to accomplish.
Any help would be greatly appreciated.
Thanks,
Michael
Hi Michael,
You can try using a “set size” action in the “OnWindowResize” page event to set the width of your groups to the variable value “[[Window.width]]”. The OnWindowResize event is triggered whenever the prototype’s page is loaded or resized and [[Window.width]] returns the current width of the window, so this would set the width of your groups to match the width of the window:
I attached an edited version of your file with these changes below. Feel free to check it out and let me know if you have any questions!
fullWidthGroup_edited.rp (56.7 KB)
1 Like