TabView widget is a scrollable window by default (Annoying)

When using a TabView widget, the content are automatically made scrollable regardless of contents being bigger than the window or not.

Seemingly no option to turn it off as “Scrollable” is already disabled.

Scrolling windows are pretty low quality for most projects, it should never be automatically turned on. Any tips to make it not happen?

Nevermind, I found the problem.

The “Scrollable” option is not the one from the main TabView widget, but rather it’s children, each individual windows must be set to scrollable = false

It can be a little difficult to find the millions of properties + multiple states and their own properties.

2 Likes