Hi,
I am using a DockLayout in my app.
Initially only a content is shown which occupies the whole screen. upon button click the "right" panel of docklayout is visible and the main content is resized. This works great on desktop.
On smaller screen (tablet, mobiles) I would like to "overlay" the right dock panel on top of the main content and dont want to resize it as there is not much space for the resized (main) content.
I created similar layout manually using Grid and frame and "onIdiom" which works.
I was wondering if Docklayout has some similar functionality?