Here is the issue:
ItemListbox doesn't receive scroll events if the cursor is over an ItemEntry. Same behaviour with the Thumb and inc/dec buttons of my Scrollbars.
Is there a property I can set in the .looknfeel or some System flag to allow just the scroll events to propagate up the chain? MousePassThroughEnabled isn't feasible. I tried it on the ItemEntries just to see and still, no scrolling happened when the mouse was over one of them.
Or do I just need to add this behaviour to my mouse injecting logic?
Or am I just doing it wrong, and this is supposed to work by default.
Thanks in advance.
Here's a portion of the log:
Code: Select all
13/12/2009 04:22:18 (Std) ---- Version 0.7.1 (Build: Oct 25 2009 Debug Microsoft Windows MSVC++ 9.0 32 bit) ----
13/12/2009 04:22:18 (Std) ---- Renderer module is: CEGUI::OgreRenderer - Official OGRE based 2nd generation renderer module. ----
13/12/2009 04:22:18 (Std) ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
13/12/2009 04:22:18 (Std) ---- Image Codec module is: OgreImageCodec - Integrated ImageCodec using the Ogre engine. ----
13/12/2009 04:22:18 (Std) ---- Scripting module is: None ----