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!
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.