Given below is the detailed descriptions of what I want to achieve:
Make an "Universal App", designed toward the small screen on a raspberry Pi with Windows 10 IoT.
I would like to create a usercontrol, which displays a value, and which when clicked expands to take up the full screen, allowing me to edit it nicely with some additional buttons (which show in the expanded version of the usercontrol)(e.g, numerical stepped Up/Down, + Ok/Cancel buttons). And when I click on the Ok Button in this expanded usercontrol, it should copy the EditedValue to the realValue (vars).
I'm a little stuck on how to do the part with a different display (different layouts, different components, taking all the place of the windows) and would like some help.