I am trying to insert 3 different StatusLabels in my statusbarstrip. My problem is that I wish for 2 of them to appear on the right side of the statusbar and the 3rd statuslabel to appear on the left but can't seem to get it to work like that. What properties do I need to set and in which object; statusbarstrip or statuslabel?
I am trying to insert 3 different StatusLabels in my statusbarstrip. My problem is that I wish for 2 of them to appear on the right side of the statusbar and the 3rd statuslabel to appear on the left but can't seem to get it to work like that. What properties do I need to set and in which object; statusbarstrip or statuslabel?
Thanks,
Hi,
Here's a link how to add labels to your Statusstrip:
I am trying to insert 3 different StatusLabels in my statusbarstrip. My problem is that I wish for 2 of them to appear on the right side of the statusbar and the 3rd statuslabel to appear on the left but can't seem to get it to work like that. What properties do I need to set and in which object; statusbarstrip or statuslabel?
Thanks,
Create 4 StatusLabels and set the Spring property to true for the second one on the left.
Show the love! Click (rate this post) under my name if I was helpful.
I tried what you said and it still didn't work. I went into the StatusStrip Collections and added for statusLabels and set the Text property to "Test 1, Test 2, Test 3, Test 4" respectively and set the Spring property of Test 3 to true. Please see my attachement as this is what it looks like now.