Yerong

Results 36 comments of Yerong

> [@YerongAI](https://github.com/YerongAI) Can you help me to test: add the `ThemeMode = ThemeMode.Light;` in .ctor ? > > #pragma warning disable WPF0001 > public MainWindow() > { > InitializeComponent(); >...

I think the problem should be fixed by .NET Team or Windows Team. The UI doesn't just shake when you change color, it can happen at any time. Also the...

> The root problem comes from using `WindowChrome` as it comes with several known flaws. The displacement we see here seems to originate from `WindowChrome` overriding `NC_CALCSIZE` and it looks...

I'm changging `WindowChrome.NonClientFrameEdges="Left,Right,Bottom"` to `WindowChrome.NonClientFrameEdges="Right,Bottom"`, it looks good now.

> I'm changging `WindowChrome.NonClientFrameEdges="Left,Right,Bottom"` to `WindowChrome.NonClientFrameEdges="Right,Bottom"`, it looks good now. That's not a prefect solution, even tried ControlzEx. After using ControlzEx, my program window flickers during initialization and does not...

It woule be better if you can rebase your repo and make a new request. There is too much useless commits.