FluentWPF icon indicating copy to clipboard operation
FluentWPF copied to clipboard

Fullscreen Window

Open DirkKramer opened this issue 4 years ago • 2 comments

Is it possible to show window in fullscreen mode (extend into taskbar).

I tried the following without succes.

       ExtendViewIntoTitleBar="True"
        ui:ThemeManager.IsThemeAware="True"
        AcrylicWindowStyle="None"
        WindowStyle="None"
        ResizeMode="NoResize"     
        WindowState="Maximized"

DirkKramer avatar Sep 28 '21 12:09 DirkKramer

Hi @DirkKramer Thanks for the feedback. Currently, AcrylicWindow can't show window in fullscreen mode. I'm trying to support it, and will be included in the next update. Please wait for a while.

sourcechord avatar Oct 16 '21 17:10 sourcechord

How about version 0.10.3 ?

xiaokun avatar Jan 09 '22 02:01 xiaokun