3 questions from the last 7 days
-1
votes
0
answers
40
views
WPF Flyout Positioning Issue with FlowDirection="RightToLeft" [closed]
Problem Description
I'm developing a custom WPF Flyout component that uses Popup with CustomPopupPlacementCallback. The Flyout positions correctly when the Window has FlowDirection="LeftToRight&...
0
votes
0
answers
22
views
System.MissingMethodException: CommunityToolkit.Maui.Views.AvatarView in .NET MAUI 10
I'm getting an exception when trying to open a Page View that uses any CommunityToolkit.Maui view/control.
I am building the app with .Net MAUI 10 <MauiVersion>10.0.10</MauiVersion>.
I ...