Skip to content

Commit c96b327

Browse files
authored
Update flyoutpage.md, fix for Issue #2933 (#2934)
#2933 (comment)
1 parent 99e2f16 commit c96b327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-interface/pages/flyoutpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ In this example, the `OnSelectionChanged` event handler retrieves the `CurrentSe
163163
How the <xref:Microsoft.Maui.Controls.FlyoutPage> displays the flyout and detail pages depends on the form factor of the device the app is running on, the orientation of the device, and the value of the `FlyoutLayoutBehavior` property. This property should be set to a value of the `FlyoutLayoutBehavior` enumeration, which defines the following members:
164164

165165
- `Default` – pages are displayed using the platform default.
166-
- `Popover` – the detail page covers, or partially covers the flyout page.
166+
- `Popover` – the flyout page covers, or partially covers the detail page.
167167
- `Split` – the flyout page is displayed on the left and the detail page is on the right.
168168
- `SplitOnLandscape` – a split screen is used when the device is in landscape orientation.
169169
- `SplitOnPortrait` – a split screen is used when the device is in portrait orientation.

0 commit comments

Comments
 (0)