I've been doing a little bit of looking around, but so far, I haven't seen exactly what I'm looking for. I have a TextBox that is designed to look like a Label in a VB.Net program, because Labels aren't capable of all the same things TextBoxes are. I want a scrollbar on each axis to be shown when and only when it would actually be needed. The font uses different widths for different characters, and that's not something I'm going to be able to change for this.
How can scrollbars like this be put on there? I'm a little green in terms of VB.Net GUI design, so answers that involve 30 lines of code to do this one thing are probably going to be a little hard to follow and apply. I really need something that isn't overly complicated, if that's possible. Thanks!