I am using a status strip in my vb.net 2005 project. I have a couple items
added to it (labels). How on earth do I move them around in thre?? I have
my status strip docked to the bottom of the form. I have tried undocking and
moving them etc.. to no avail. I would really like to move them over to
the left hand side of the status strip instead of the right side - where
they appear by default. I do not see any properties that allow you to move
the items around at all!
Help!
Thanks, Brad
For me, the start on the left and as I add new ones, they appear progressing
to the right. To move one, I drag it along to where I want it.
> I am using a status strip in my vb.net 2005 project. I have a couple items
> added to it (labels). How on earth do I move them around in thre?? I have
[quoted text clipped - 7 lines]
>
> Thanks, Brad
Tom - 28 Jul 2007 11:36 GMT
In the properties for that label, change the "Alignment" property to
Left or Right. Also check your Right to Left properties just in case
you've turned them on by accident :P
> For me, the start on the left and as I add new ones, they appear progressing
> to the right. To move one, I drag it along to where I want it.
[quoted text clipped - 10 lines]
>>
>> Thanks, Brad