Problems with status strip...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brad Pears

    #1

    Problems with status strip...

    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


  • =?Utf-8?B?TW9kZWxCdWlsZGVy?=

    #2
    RE: Problems with status strip...

    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.

    "Brad Pears" wrote:
    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
    >
    >
    >

    Comment

    • Tom

      #3
      Re: Problems with status strip...

      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

      ModelBuilder wrote:
      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.
      >
      "Brad Pears" wrote:
      >
      >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
      >>
      >>
      >>

      Comment

      Working...