Skip to main content
March 17, 2016
Question

Setting Layout Row Height to auto

  • March 17, 2016
  • 1 reply
  • 1953 views

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.

    1 reply

    1-Visitor
    March 17, 2016

    Row of a repeater? if that's the case, it can't be set, all should have the same size.

    March 18, 2016

    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 ?

    1-Visitor
    March 18, 2016

    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.