VerticalScrollbarVisibleOnlyWhenNecessary?

General TRichView support forum. Please post your questions here
Post Reply
PeterPanino
Posts: 57
Joined: Tue Jul 13, 2010 10:50 pm

VerticalScrollbarVisibleOnlyWhenNecessary?

Post 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?
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: VerticalScrollbarVisibleOnlyWhenNecessary?

Post 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
Post Reply