2019-05-02 06:06 AM
Is there an example of how to specify and use the callback functions for the Scroll Wheel? And how can I get the currently selected item, if not via the callback. I found getSelectedItem() in the documentation, but it seems to be protected.
2019-05-03 12:13 AM
I found a solution on to the problem with calling getSelectedItem(). I created a method inside the user defined ScrollWheel code to get the selected item from the base class.
2019-05-03 04:45 AM
Hi @KKark,
Glad you found a solution :) Sometimes creating your own specialized version is the way to go.
Best regards,
Martin