7 references to TopBottom
Microsoft.Maui.Controls.Foldable (7)
TwoPaneView.cs (7)
368 newMode = (TallModeConfiguration == TwoPaneViewTallModeConfiguration.TopBottom) ? ViewMode.TopBottom : ViewMode.BottomTop; 383 newMode = (TallModeConfiguration == TwoPaneViewTallModeConfiguration.TopBottom) ? ViewMode.TopBottom : ViewMode.BottomTop; 409 case ViewMode.TopBottom: 505 if (newMode == ViewMode.TopBottom || newMode == ViewMode.BottomTop) 507 rowTop.Height = ((newMode == ViewMode.TopBottom) ? Pane1Length : Pane2Length); 508 rowBottom.Height = ((newMode == ViewMode.TopBottom) ? Pane2Length : Pane1Length); 555 case ViewMode.TopBottom: