Disable mouse wheel and drag in scroll container

Godot Version

4.3

Question

I want to somehow disable mouse wheel scroll and drag scroll (by dragging/sliding on the scroll container, not the scrollbars. I don’t use scrollbars) so I can set the scroll_vertical and scroll_horizontal values with a script.

I managed to solved it! I achieved what I wanted by just adding the method set_deferred(“scroll_vertical”,value) in function _process