Connecting Tech Pros Worldwide Forums | Help | Site Map

problem in adjusting alignment of controls at runtime

kt
Guest
 
Posts: n/a
#1: Jun 27 '08
Hi,
I need to adjust the positioning of some controls at run time
depending on the visibility of some panels. I am hiding and showing
panels at a button click and need to adjust the positioning of the
other controls accordingly. I have been trying very hard....the
positioning of all the controls is relative... I have also tried
using
nested tables and place my columns in <tr<tdbut nothing works.
after adding the tables at least the controls in the panel are
getting
displayed in the way they r supposed to..but the other controls r not
getting positioned.
can somebody help me out with this?
its kind of urgent....


Ignacio Machin ( .NET/ C# MVP )
Guest
 
Posts: n/a
#2: Jun 27 '08

re: problem in adjusting alignment of controls at runtime


On May 19, 3:17*am, kt <ketaki.indur...@gmail.comwrote:
Quote:
Hi,
*I need to adjust the positioning of some controls at run time
depending on the visibility of some panels. I am hiding and showing
panels at a button click and need to adjust the positioning of the
other controls accordingly. I have been trying very hard....the
positioning of all the controls is relative... I have also tried
using
nested tables and place my columns in <tr<tdbut nothing works.
after adding the tables at least the controls in the panel are
getting
displayed in the way they r supposed to..but the other controls r not
getting positioned.
can somebody help me out with this?
its kind of urgent....
hi,

have you tried to put sizes to cells in the tables?
remember that a html form follows the flow, so sometimes it's VERY
difficult to make that a form is displayed as you expected in teh
first place.
Also make sure that you use styles for all the document
Closed Thread