You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could have more than two views inside a single splitview! Currently I have to set view2 to SplitView itself multiple times...
I propose that the widget should change to instead incorporate the more common children: [] approach. This would mean that instead of having to nest them like this:
It would also be nice if instead of having Containers/any other widget we had a wrapper-widget like ´SplitViewChild´ which could store each view's weights, widths, grip-colors and so-on.
The text was updated successfully, but these errors were encountered:
Thank you for your idea.
I was considering this approach. But I didn't have much time at the time, and this feature was enough for me.
I would like to consider it again with reference to your opinion.
Thank you.
It would be nice if we could have more than two views inside a single splitview! Currently I have to set view2 to SplitView itself multiple times...
I propose that the widget should change to instead incorporate the more common
children: []
approach. This would mean that instead of having to nest them like this:We could do
It would also be nice if instead of having Containers/any other widget we had a wrapper-widget like ´SplitViewChild´ which could store each view's weights, widths, grip-colors and so-on.
The text was updated successfully, but these errors were encountered: