Hi All
I have a load of information on my label in a groupbox on the form
there is too much information to be seen in one go so i want to use a vertical scrollbar
to move the label up and down inside the groupbox so it can be read.
The issue i'm having is:
1: The label covers the bottom edge of the groupbox (looks a little naff) i need it to fall inside the groupbox if possible.
2: Any movement on the vertical scrollbar seems to send the label in one direction only - so how do i work it so that up moves it up and down moves it down?
Should i use a multiline textbox rather than a label and move the carat? to solve issue 1??
Any help would be great thanks all you gurus out there that help so swiftly.