problem in adjusting alignment of controls at runtime

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kt

    problem in adjusting alignment of controls at runtime

    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 )

    #2
    Re: problem in adjusting alignment of controls at runtime

    On May 19, 3:17 am, kt <ketaki.indur.. .@gmail.comwrot e:
    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

    Comment

    Working...