-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Flyout Page SetCollapseStyle doesn't have any change #18200
Copy link
Copy link
Open
Labels
area-controls-flyoutpageFlyoutPageFlyoutPagemigration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertp/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releasepartner/cat 😻this is an issue that impacts one of our partners or a customer our advisory team is engaged withthis is an issue that impacts one of our partners or a customer our advisory team is engaged withpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowst/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-flyoutpageFlyoutPageFlyoutPagemigration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertp/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releasepartner/cat 😻this is an issue that impacts one of our partners or a customer our advisory team is engaged withthis is an issue that impacts one of our partners or a customer our advisory team is engaged withpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowst/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Flyout Page SetCollapseStyle doesn't have any effect
In.Net7 MAUI for windows platform
Create a sample maui app,
Create a FlyoutPage and in the code behind add
On<Windows>().SetCollapseStyle(CollapseStyle.Partial)It works fine with the xamarin forms, but same Api is not working in maui.
I followed As per the Microsoft Doc https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.controls.platformconfiguration.windowsspecific.flyoutpage.setcollapsestyle?view=net-maui-7.0
Here is the sample project:
MauiApp1.zip