SRichViewEdit - VScrollbar LargeChange

General TRichView support forum. Please post your questions here
Post Reply
Jim Knopf
Posts: 241
Joined: Mon Dec 30, 2013 10:07 pm
Location: Austria
Contact:

SRichViewEdit - VScrollbar LargeChange

Post by Jim Knopf »

How can I modify the LargeChange of the vertical scrollbar?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It is calculated automatically. It is equal to SRV.ClientHeight
Jim Knopf
Posts: 241
Joined: Mon Dec 30, 2013 10:07 pm
Location: Austria
Contact:

Post by Jim Knopf »

In this case - if the page height is about equal to the client height - one click should be the same as scrolling page by page.
But effectively one click is scrolling for about 5 pages.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Probably it's not one click: when you press a mouse button, the component activates timer for scrolling, so multiple scrolls may occur fast.
In the next update, we will add a delay after the first scroll.
Post Reply