Relative Content

Tag Archive for maui

Disable Shell Flyout swipe gesture

I have a Maui app with a Shell Flyout. On my main screen is a map that handles pinch zooming and dragging. When I drag too close to the left side of the screen, the Flyout will drag open. I only want the Flyout to open when hitting the menu button. Is there a way to disable dragging open the Shell Flyout?

Issue with FlexLayout and other Layouts not correctly measuring the amount of space available

I am getting an issue where .net MAUI LayoutManagers are not correctly measuring content and using restraints. I have a FlexLayout inside a VerticalStackLayout inside a Frame. The FlexLayout is used for displaying three hyperlinks and two labels used as spacers and wrapping them if they don’t fit the width. The issue I get is that the FlexLayout does not always resize it’s height to fit the content.