Hello,
I'm currently using wx-react-gantt in my React project and have encountered an issue with its automatic horizontal scrolling behavior. When a user holds down the mouse click and drags left or right, the timeline automatically scrolls. This behavior also occurs when the browser window is resized, which unexpectedly scrolls the timeline far to the side.
I would like to completely disable this automatic horizontal scrolling, regardless of whether it is triggered by a drag or a window resize. I've looked through the documentation and haven't found any option or prop to disable this feature.
Could you please advise if there's an official method or a recommended workaround to disable this auto-scrolling behavior? If not, would it be possible to include such an option in a future update of the library?
Thank you in advance for your help.