Status Bar Panel Sizing

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

    #1

    Status Bar Panel Sizing

    I have two labels on a status bar.
    I try changing the width of lbl1 in the designer, but it just resets back to
    its original width.
    If the text in lbl1 gets wider, it moves lbl2 to the right.
    How do I prevent this?
    Diarmuid


  • Ken Tucker [MVP]

    #2
    Re: Status Bar Panel Sizing

    Hi,

    Make sure your statusbar panel autosize property is set to none.


    Ken
    ------------------
    "Diarmuid" <diarmuid@deads pam.com> wrote in message
    news:OEk70BTuFH A.3588@tk2msftn gp13.phx.gbl...[color=blue]
    >I have two labels on a status bar.
    > I try changing the width of lbl1 in the designer, but it just resets back
    > to its original width.
    > If the text in lbl1 gets wider, it moves lbl2 to the right.
    > How do I prevent this?
    > Diarmuid
    >[/color]


    Comment

    Working...