Can anyone get a horizontal Scrollbar for a RichTextBox to show! I can get a Vertical one, but not a horizontal one!
Any suggestions!!
Printable View
Can anyone get a horizontal Scrollbar for a RichTextBox to show! I can get a Vertical one, but not a horizontal one!
Any suggestions!!
Set the Scroll bar property to ForcedBoth
I've already tried all the combinations (see below). But nothing seems to get the horizontal scrollbar!
http://www.madladdesigns.co.uk/extras/rtbscreenshot.gif
Set wordWrap to "False"
I would like to have wordwrap, but I would like the richtextbox to realise when a [b]image[/i] must be scrolled, but it doesn't seem to!
I dunno and I didn't try this but why do you want to scroll horiznatlly !! just set the property to wordwrap and that's it !
just a thought !
Ok, the text is fine, but I have a large picture in the rtb textbox, the user can resize the form (hence resizing the rtb as well). If the user resizes so that the picture is wider than the rtb can display, I want the user to be able to scroll horizontally to see the rest of the picture.
Try placing a large picture in a rtb and getting it to scroll horizontally 'cos I know I can't.
Has anyone figured this out yet?