Recent

Author Topic: Scrolling with mouse wheel, the default way  (Read 5863 times)

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Scrolling with mouse wheel, the default way
« on: May 31, 2010, 12:11:50 am »
I put a big TFrame descendant inside a TScrollBox, however when I scroll my mouse, nothing happened. So,
I override OnMouseWheel of the TScrollBox, and it works (but the redrawing has flickers).

The override was very simple:

(Sender as TScrollBox).ScrollBy(0,WheelDelta);

And I'm thinking, isn't it the default way applications use mouse wheel? So why can't this
be the default behavior (instead of nothing)?

 

TinyPortal © 2005-2018