Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fluent Window Control: Acrylic Effect Not Applying on Windows 10 #1269

Open
N0RTBE opened this issue Nov 8, 2024 · 0 comments
Open

Fluent Window Control: Acrylic Effect Not Applying on Windows 10 #1269

N0RTBE opened this issue Nov 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@N0RTBE
Copy link

N0RTBE commented Nov 8, 2024

Describe the bug

Fluent Window Control on Windows 10, the Acrylic effect does not apply to the Fluent Window Control.

To Reproduce

<ui:FluentWindow
    ExtendsContentIntoTitleBar="True"
    Height="320"
    MaxHeight="320"
    MinWidth="1280"
    ResizeMode="NoResize"
    Title="Instrument Initialization"
    Width="1280"
    WindowBackdropType="Acrylic"
    WindowCornerPreference="Default"
    WindowStartupLocation="CenterScreen"
    d:DataContext="{d:DesignInstance windowVm:InstrumentInitializationVm,
                                     IsDesignTimeCreatable=True}"
    mc:Ignorable="d"
    ui:Design.Background="{DynamicResource ApplicationBackgroundBrush}"
    ui:Design.Foreground="{DynamicResource TextFillColorPrimaryBrush}"
    x:Class="Views.Windows.InstrumentInitializationWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:controls="clr-namespace:FunctionTest.Controls"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
    xmlns:windowVm="clr-namespace:FunctionTest.ViewModels.Windows"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

Expected behavior

Should have acrylic effect (blurry window)

Screenshots

image

OS version

Edition Windows 10 Pro
Version 22H2
Installed on ‎10.‎06.‎2022
OS build 19045.5011
Experience Windows Feature Experience Pack 1000.19060.1000.0

.NET version

8.0.403

WPF-UI NuGet version

Tried both last release (3.0.5) and last pre-release (4.0.0-rc.2)

Additional context

No response

@N0RTBE N0RTBE added the bug Something isn't working label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant