Docked View Cover or Push via Auto Breakpoint

I was wondering how the demo project handles the docked left view covering the center view when below ~900 pixels and pushing the center view when above that.

Thanks!

This is done by setting the dock’s Display property to auto, Auto Breakpoint at 900, and the Content is set to push.

Also, in the header bar, we are using a breakpoint container to trigger the display of the menu toggle button.

1 Like

Well that’s embarrassing. I assumed that wouldn’t work and that it only did one, or the other.

Does the auto-breakpoint setting override what content=push does? ie. push once the auto-breakpoint pixel value is surpassed and cover before that?

It seemed that wouldn’t be the case.