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.
-
|
When using a |
Beta Was this translation helpful? Give feedback.
-
|
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 theScrollViewand therefore reset it's size. Hereself.app.directory_viewis theScrollViewthat contains theDirectoryTree.