Label with Scroll Bars

  • Thread starter Thread starter Duncan
  • Start date Start date
D

Duncan

Hi All,

Is it possible to scroll up and down a label, and I cant use a textbox
it has to be a label.

If there isnt a scroll bar property for a label then does anyone know
of a workaround so that I can wee all of the text in a lable if it is
more lines that can be seen (and I cannot resize the label to fit the
text)

Any help much appreciated.

Duncan
 
You could use a spinbutton control and control the display of text perhaps.
but I would beg to differ that you can't use a textbox. You can configure a
textbox to behave almost exactly as a label including appearance - if you
lock with the locked property, it can't be edited (if that is your concern).
 
Hi Tom,

Thank you for this, completely agree with the textbox workaround, just
wondered if it was possible to add the scroll property to a label, I
like the spin button idea and will play about with that.

Many thanks

Duncan
 

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

Back
Top