Scrolling horizontally by dragging a list with the mouse

0
Hello,   what I’m looking for is a way to scroll horizontally without using the scrollbar inside a container. Like this: https://kevinsimper.github.io/yearly-calendar-overview/   Is that possible to do, maybe with some JS? And if so, where do I need to set it up?   Thank you in advance!
asked
1 answers
0

Hi Miriam,

You can find the js used to achieve this from your example here:

https://github.com/kevinsimper/yearly-calendar-overview/blob/master/main.js (from line 26 down)

You can either implement this in a widget, javascript action, javascript snippet or refer to this post: https://forum.mendix.com/link/questions/97028

answered