Hi there,
I've got custom widget, and i would like to find how to scroll down the data in it.
Let's get for example the topic you already helped me with, if i get huge amount of the data in this table, how would i scroll down this custom widget?
I've discovered MouseWheel(const int delta, const int x, const int y), and i know the slider exists, but i got problem with my custom widget.
Thanks for any help