5 references to Pane1Length
Microsoft.Maui.Controls.Foldable (5)
TwoPaneView.cs (5)
84
/// <summary>Bindable property for <see cref="
Pane1Length
"/>.</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
);