View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Duncan[_5_] Duncan[_5_] is offline
external usenet poster
 
Posts: 290
Default Label with Scroll Bars

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


Tom Ogilvy wrote:
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).


--
Regards,
Tom Ogilvy


"Duncan" wrote:

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