I customized ComboBox from QtQuick.Controls 1 using the following: QML ComboBox item DropDownMenu style
The only problem I have now is that menu area (that drops down and shows delegates) does not seem to recognize flick gesture (though mouse wheel works).
That's essential for my project because the target is device with touch screen. Scrollbar works, but most of users prefer to flick, cause scrollbar width is much smaller.
Are there any ways to set the control properties or style to make it recognize flicks?
Qt version is Qt 5.6.3, QtQuick.Controls version is 1.4.