Page 1 of 1

VerticalScrollbarVisibleOnlyWhenNecessary?

Posted: Fri Dec 29, 2017 2:08 pm
by PeterPanino
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?

Re: VerticalScrollbarVisibleOnlyWhenNecessary?

Posted: Tue Jan 02, 2018 9:37 am
by Sergey Tkachenko
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