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
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions