Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
How to set the height of the row to auto so that it should be same as the control inside. We are placing a controls inside row dynamically.
Row of a repeater? if that's the case, it can't be set, all should have the same size.
I am using contained mashup in main mashup, contained mashup is placed in layout. For example
Row1 =Containmashup1
Row2 =Containmashup2
Row3 =Containmashup3
based on userSelection i am changing the above mashup i will load
Row1 = Containmashup2
Row2 = Containmashup3.
Above is working fine , but containmashups are having different height ,how to setup row height based on selection ?
You can't either. Don't expect to change width and height dynamically of contained, repeaters or other widgets with Standard TW Widgets, the max you can get it's Expand/Collapse panels.
Carles.