ListBox

Started by
1 comment, last by ratha 13 years, 6 months ago
Hi!
I've added a ListBox to a Menu page. While adding itsef I've set this property.

profileList->setAutoScrollEnabled(true);


When I click the scroll bar in the list box or click the slider to scroll, nothing happens(it's not scrolling). It scrolls only for Middle Mouse Button. What to do to make it scroll for Left Mouse click and Clicking over the slider?
Advertisement
What language and API?
C++ and Irrlicht Engine.

This topic is closed to new replies.

Advertisement