Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
ultraStatusBar - How do you right justify a text panel?
posted

Hello All,

I am using an ultraStatusBar with two text panels. What I am trying to do is have one panel be displayed left justified on the left hand side (this happens by default), and the next panel to be right justified. Any ideas on how to accomplish this? (I basically want to be able to put different status messages of various lengths and have the last letter of the last word show up all the way on the right hand side of the form). Default behavior and even experimenting with Padding do not seem to work for what I am trying to accomplish.

 

TIA!

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    I think what you need to do is add a panel in between the two and set it's Spring property to true. This tells it to fill all available space, and it will push anything to it's right over to the right edge of the status bar. 

Children
No Data