TRichViewEdit 16.15.10
Is it possible to have the vertical scroll-bar appear only when necessary, i.e. when the text-height > client-height?
VerticalScrollbarVisibleOnlyWhenNecessary?
-
- Posts: 57
- Joined: Tue Jul 13, 2010 10:50 pm
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: VerticalScrollbarVisibleOnlyWhenNecessary?
Sorry, TRichViewEdit always shows vertical scrollbar. There are some optimizations in editing operations that assume that the editor client width is not changed while editing. Unfortunately, we have more high-priority task than finding and removing these optimization.
You can use an external scrollbar, though. See http://www.trichview.com/support/files/extscroll.zip
You can use an external scrollbar, though. See http://www.trichview.com/support/files/extscroll.zip