Are ScrollViews able to change their max widths? #308
-
When using a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found a solution. I used |
Beta Was this translation helpful? Give feedback.
I found a solution. I used
self.app.directory_view.update(self.app.directory_view.window.widget, home=False)
to update theScrollView
and therefore reset it's size. Hereself.app.directory_view
is theScrollView
that contains theDirectoryTree
.