In Delphi 10.2.3, the TFramedVertScrollBox component automatically supports vertical kinetic scrolling using Touch (tested in Android).
However, by default the only way to scroll using a mouse is the scrollbar (which I am hiding).
Is there a way to have the mouse events hook into the touch’s kinetic scroll code?
If not, is my only choice to manually code my own kinetic scroll algorithm?