MDI -- MultiDocumentPanel

Is there a way for the documents inside the MultiDocumentPanel to have the native TitleBar?

No! They’re lightweight juce components - only the top-level window that contains them is actually an OS native window, so there’s no way to get the OS to give them a title bar. And on the mac, it’s actually impossible to embed windows inside other ones, so no way you could do it!

Thanks–