-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Maximize usage of available screen(s) real estate by allowing multiple master-details be displayed at a time.
I am wishing for a feature that is kind of similar to Fabian Sauter's MasterDetailsView PR but taken a little further.
Describe the solution
Imagine having all your displayable master-details view(s) rolled-out across your screen(s) with no wasted space whatsoever. But then, can be collapsed to fit in the size of a mobile phone's display without losing usability -- the crux of UWP apps!
Describe alternatives you've considered
I've considered using MasterDetailsView, BladeView and combination of both, but would require a daunting amount of workaround to get near the result i wish to achieve.
Additional context & Screenshots
I have been toying around with the idea for a while now. You might want to take a look at a rudimentary implementation i currently am working on: https://github.com/oenarap/CDLNPeople/tree/master/CustomControls.Controls/LinkedViewControl
i took inspiration from behavior of People app that shipped with Windows 8.1/10. I'm not sure, but definitely not the latest version.
screenshots:
compact (the most recent pane the user interacted with remains displayed)
...etc.
...etc.