Status bar, how come text is cut off?

M

Martin Ortiz

I'm using status bar, I didn't find any mention of limitation to text
length, why is my text in status bar cut off?
(I'm using it in "text mode", so whole bar should display text, right now,
it's about 3/4 of bar, rest of text is cut off)
 
C

Chris Dunaway

I'm using status bar, I didn't find any mention of limitation to text
length, why is my text in status bar cut off?
(I'm using it in "text mode", so whole bar should display text, right
now, it's about 3/4 of bar, rest of text is cut off)

Look at the ShowPanels property. If that is set to false, then the status
bar will just show a single line of text and should not be limited in size.
If ShowPanels is True, then you have to make sure that the panel you
displaying text on is wide enough.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top