Skip to content

Flyout background doesn't change when it's locked #12825

@ziaulhasanhamim

Description

@ziaulhasanhamim

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions