You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tlist-deve...@googlegroups.com
Scrolling a TList with the mouse-wheel always scrolls it by 1 row. This feels soft and mushy (especially if there are many rows). Normal list-view controls use SystemParametersInfo(SPI_GETWHEELSCROLLLINES, 0, &UINT, 0) to retrieve the system setting (Control Panel->Mouse->Wheel) to determine how many rows to scroll by so that the user can adjust it to their comfort. I cannot find any way to do it that way with a TList control.
Message has been deleted
Bennet-Tec Staff
unread,
Mar 15, 2013, 3:13:21 PM3/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tlist-deve...@googlegroups.com
It is possible to Starting with TList 8 OCX and TList .NET Winforms 2
there is a Smooth Scrolling mode so that you can scroll ( by mouse or keyboard )
by a specified number of pixels - this can be as smooth as you like.