-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Flyout background doesn't change when it's locked #12825
Copy link
Copy link
Closed
Labels
area-controls-flyoutFlyoutFlyoutarea-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/try-latest-versionPlease try to reproduce the potential issue on the latest public versionPlease try to reproduce the potential issue on the latest public versiont/bugSomething isn't workingSomething isn't working
Description
Description
I having this same problem #6552. The flyout background color can't be set in windows. But it is supposed to be fixed now.
Steps to Reproduce
<Shell
x:Class="MauiShellBug.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="MauiShellBug"
FlyoutBehavior="Locked"
FlyoutBackgroundColor="White">
<FlyoutItem Title="Home">
<Tab>
<ShellContent
ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" />
</Tab>
</FlyoutItem>
</Shell>Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
windows10 19044.2486
Did you find any workaround?
No response
Relevant log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-controls-flyoutFlyoutFlyoutarea-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/try-latest-versionPlease try to reproduce the potential issue on the latest public versionPlease try to reproduce the potential issue on the latest public versiont/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.