If the value is FALSE, wheel events will be ignored.
Carousel.allowScrollWheel
bool allowScrollWheel() @propertyGet allowScrollWheel property.
Returns
Whether the widget will respond to scroll wheel events.
void allowScrollWheel(bool propval) @propertySet allowScrollWheel property.
Parameters
propval | Whether the widget will respond to scroll wheel events. If the value is FALSE, wheel events will be ignored. |