Forum Discussion
Is there a better way to show only one pane instead of setting the 'MinWideModeWidth' property?
- Sep 20, 2021
tscholze sorry I missed this when you posted - I have email notifications set up but somehow I missed it. I actually covered a similar question in a livestream recently with James Montemagno, although it's a long live-coding session 😬 I think we covered this towards the end...
We used the span mode trigger to set properties based on the app state (although we also ended up setting MinWide and MinTall as well). The alternative would probably to use DualScreenInfo to detect and set the pane visibility in code behind.
tscholze sorry I missed this when you posted - I have email notifications set up but somehow I missed it. I actually covered a similar question in a livestream recently with James Montemagno, although it's a long live-coding session 😬 I think we covered this towards the end...
We used the span mode trigger to set properties based on the app state (although we also ended up setting MinWide and MinTall as well). The alternative would probably to use DualScreenInfo to detect and set the pane visibility in code behind.