5 references to Pane2Length
Microsoft.Maui.Controls.Foldable (5)
TwoPaneView.cs (5)
88
/// <summary>Bindable property for <see cref="
Pane2Length
"/>.</summary>
496
columnLeft.Width = ((newMode == ViewMode.LeftRight) ? Pane1Length :
Pane2Length
);
497
columnRight.Width = ((newMode == ViewMode.LeftRight) ?
Pane2Length
: Pane1Length);
507
rowTop.Height = ((newMode == ViewMode.TopBottom) ? Pane1Length :
Pane2Length
);
508
rowBottom.Height = ((newMode == ViewMode.TopBottom) ?
Pane2Length
: Pane1Length);