© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
3y ago
FaNim
MAUI how to make ContentPage and FlyoutPage as one page?
<
?xml version
=
"1
.0
" encoding
=
"utf
-8
"
?
>
<FlyoutPage xmlns
=
"
http://schemas.microsoft.com/dotnet/2021/maui
"
x
m
l
n
s
:x
=
"
http://schemas.microsoft.com/winfx/2009/xaml
"
x
:Class
=
"InzynieriaAplikacja
.Controls
.Flyout
"
Title
=
"Flyout
"
FlyoutLayoutBehavior
=
"Popover
"
>
<FlyoutPage
.Flyout
>
<ContentPage Title
=
"Flyout
"
>
<Label Text
=
"Flyout
"
HorizontalTextAlignment
=
"Center
"
VerticalTextAlignment
=
"Center
"
/
>
<
/ContentPage
>
<
/FlyoutPage
.Flyout
>
<FlyoutPage
.Detail
>
<ContentPage
>
<Label Text
=
"Flyout Detail
"
HorizontalTextAlignment
=
"Center
"
VerticalTextAlignment
=
"Center
"
/
>
<
/ContentPage
>
<
/FlyoutPage
.Detail
>
<
/FlyoutPage
>
here is my flyout page but i have not idea how to add here as theoretically detail my grid and whole content from like my mainview page
? and do i need to make my mainview as flyout page do display it maybe
? i don
't how to deal with it
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
❔ Generic ContentPage in maui?
C
C# / help
4y ago
❔ How To Refresh ContentPage Controls
C
C# / help
3y ago
Problems with creating a new ContentPage in .NET MAUI
C
C# / help
3y ago
how to make graph view in maui?
C
C# / help
2y ago