Posted on: 3/13/2015 2:38:53 PM | Views : 643

Hi,
In order to locate several labels on the screen I create a Table with two rows and couple of cells.
The first row contains 3 labels horizontally, each label within its own cell.
my second row contains 1 label.
My issue is that when the label in the second row too long, it pushes the elements in the first row.
How can i remove the dependency between the rows and allow the label in the second row to grow?
i even tried separate tables, but the results were the same.
Please note that all the controls above are built dynamically on server side, nothing interesting on client side.
Any ideas?
Thanks.

Go to the complete details ...