sourcechord / FluentWPF

Fluent Design System for WPF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide in AcrylicWindow

leelds opened this issue · comments

I was work on window 10 ,when I use AcrylickWindow and call window.Hide() method ,somthing wrong.I am tring to resove it.....

updata:
the qustion is when I first show window,I Set window.Hide()....someting wrong

I find a temporary solution,so ,use "Visibility = Visibility.Hidden" instead of "Hide()"method .