Quote:
Originally Posted by klaus
Does there exist a horizonzal scrollbar, for example if there is an image in the file wider than the RichTextBox.Width ?
|
Yes. There is a ScrollBars property which defaults to Both. However it works in conjunction with a WordWrap property whose default is true which suppresses the horizontal scrollbar. You could get at these with the Door library but as I am messing with the source to get a dummy library I'll include these in a new version so you can play with them.