[WinUI] Cannot customize FlyoutView easily #21235
Unanswered
mhrastegari
asked this question in
Q&A
Replies: 1 comment 1 reply
-
To style at that level I would recommend modifying the resource keys in your WinUI App.Xaml file /Platform/Windows/App.Xaml For example, to style that indicator you'd add this key |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I wanted to use MAUI's NavigationView but I've got a few challenges:
NavigationViewPaneDisplayMode.Auto
they do not have a good looking!PaneToggleButton
size is not match with WinUI's style and also when I resize the window it tries to be its default size2024-03-14.03-54-43.mp4
PaneToggleButton
to open and close the FlyoutView, FlyoutMenuItems won't get resized2024-03-14.17-13-14.-.Trim.mp4
Code to Repro
Xaml
C#
Suggestion
I think it's better to styling Native controls like Flyout with public properties (Like you guys did beautifully in App.xaml 💖) instead of doing it internally in MAUI :)
This saves a lot of time from both sides!
Beta Was this translation helpful? Give feedback.
All reactions