How do I right align controls in a StatusStrip?
Example, a StatusStrip with 4 items: toolStripStatusLabel1,toolStripStatusLabel2,toolStripStatusLabel3,toolStripStatusLabel4
Set
toolStripStatusLabel2
with blank Text and on page load, set:
toolStripStatusLabel2.Spring = true;
toolStripStatusLabel1 will stay on the left side, while toolStripStatusLabel3,toolStripStatusLabel4 move to the right side.