Replies: 1 comment 1 reply
-
The macos_ui example app has a layout that features an “end sidebar” on the right side of the window: Perhaps you could implement your layout in a similar way as it is done there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to create a multicolumn layout where each column has it's own toolbar. As an example see this email client, where you have the inbox on the left, the mails in the middle, then the email on the right. It has three "toolbars", one per column.
However, I can only use a toolbar inside a MacosScaffold, and the scaffold is made to take up the whole rest of the screen. Having a narrow Scaffold and Toolbar also creates a lot of unpleasant overflow issues as there appears to be a lot of minimum enforced blank space inside a toolbar, even when you make the titleWidth smaller.
Any suggestions on how to achieve this short of simply making my own toolbars and associated behaviour?
Beta Was this translation helpful? Give feedback.
All reactions