xamarin forms
2 TopicsIs there a better way to show only one pane instead of setting the 'MinWideModeWidth' property?
Hi team, I want to achieve that my TwoPaneView has on single screen mode just Pane1 visible and only if it is spanned it should show Pane2 on the other screen. As day 1 of my dual screen developing adventure I just use exorbitant high values for `MinWideModeWidth` and `MinTallModeHeight`. <dualScreen:TwoPaneView x:Name="DualScreenView" MinWideModeWidth="4000" MinTallModeHeight="4000"> Is there any "future safer" pattern that I can use to get my desired outcome? Thanks for any helpful tip!Solved644Views0likes2Comments