S
samer
Hi,
I have a table with 3 columns and 1 row.
in each cell I have a panel with solid borders.
in each panel I have text box and its labels.
the text boxes in each panel are displayed below each other. each panel is
set to 100% height.
Let's say :
Panel1 has 5 text boxes
Panel2 has 3 text boxes
Panel3 has 10 text boxes
In this case I will end up with 3 panels with different heights (because of
the different content).
How can I get the height of the biggest panel (in this case Panel3) and set
it to Panel1 and Panel2? I need to have the 3 panels with the same height.
Knowing that if I try to access the height of any panel I get 0 because the
height is set to 100 %.
any idea?
thanks
I have a table with 3 columns and 1 row.
in each cell I have a panel with solid borders.
in each panel I have text box and its labels.
the text boxes in each panel are displayed below each other. each panel is
set to 100% height.
Let's say :
Panel1 has 5 text boxes
Panel2 has 3 text boxes
Panel3 has 10 text boxes
In this case I will end up with 3 panels with different heights (because of
the different content).
How can I get the height of the biggest panel (in this case Panel3) and set
it to Panel1 and Panel2? I need to have the 3 panels with the same height.
Knowing that if I try to access the height of any panel I get 0 because the
height is set to 100 %.
any idea?
thanks