How can I stop the ScrollContainer from moving thru code?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Drawsi

The ScrollContainer is the main code, it’s also a GLOBAL one. The print("Data is: " + str(data)) shows me that the value of the “data” is false, yet the set_enable_v_scroll() function does not change.

What is the set_enable_v_scroll function?

exuin | 2022-03-06 18:15

It’s a function for ScrollContainer to enable or disable the scrolling in vertical position. It works if I declare it false in the ready() function but not in my code.

Drawsi | 2022-03-07 11:32