Question
6
Replies
3071
Views
Sopra Steria AG
Posted: January 13, 2017
Last activity: January 30, 2017
Closed
Solved
Dynamic Layout with non-proportional column width
Hi,
I want to create a 3-column DynamicLayout format in the skin with lets say 50-25-25% column width (no ColumnLayout as they have fixed width columns). How can I define this in Pega 7.2.1?
Cheers,
Manuel
Can't you use a nested Dynamic layout to acheive this requirement?
Like the first Dynamic layout will be of type "Inline Grid Double". So both of its column will have 50% of size.
Now on the 2nd column, include another "Inline Grid Double" Dynamic layout.
Using this design, you will get 3 columns during runtime, with 50%,25%, 25% in size.
Please let me know if it worked for your requirement!!