C# - Kinetic scrolling with ListBox or ListView?
Posted
by fonix232
on Stack Overflow
See other posts from Stack Overflow
or by fonix232
Published on 2010-04-25T05:15:00Z
Indexed on
2010/04/25
5:23 UTC
Read the original article
Hit count: 897
I am doing a simple application for touch screen devices, and I would like to implement today's fashion: kinetic scrolling. Is it possible to do, and if yes, how?
PS: Kinetic scrolling: A scrolling mechanism where you don't use a scrollbar to scroll the content, but you touch the list itself, and pull and push it. The "physics engine" then counts out the speed, and stops based on the given settings.
© Stack Overflow or respective owner