简体   繁体   中英

Smooth scrolling in Delphi

For years I have been using smooth-scrolling plugins in my browsers (firefox/chrome).

They give a precise feel both for the eye and for navigating. No line by line flickering.

Is this functionality possible in the Delphi editor ? Or for that matter in any of the VCL controls TMemo/TStringGrid/TTreeView etc ?

I know that in TVirtualTreeView it is possible to scroll by pixels.

The RichView package offers some options that you may like such as TRichView . Also, with XE2 you can set items to be Double Buffered ExampleItem.DoubleBuffered := True; which helps smooth things out.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM