SwiftUI Mac OS toolbar at top of sheet window?

Hi, From a navigation view, I open a sheet view (instead of having a 3-column view). While I can make a toolbar, it only shows at the bottom of the window. Does anyone know how to get the toolbar at the top of the window, if it is even possible? Or is the toolbar only allowed at the bottom of the window in a sheet view?

Thanks!

I'm dealing with the same problem.

If you use Mac Catalyst, this should work. If you use the native macOS target, they appear at the bottom (because of Design Guidelines).

Hi @Apple_Kevin thanks for answering! I am a little confused though. Are you saying that if I created my app first as an iPad app and then converted it to a macOS app that the toolbar would appear at the top of the window in the MacOS app created with catalyst? But that I cannot get the same result building a native macOS app? Why would design guidelines be different for each app when running on macOS?
thanks!

SwiftUI Mac OS toolbar at top of sheet window?
 
 
Q