Jan Karger ツ ☀
Jan Karger ツ ☀
@oatkins Thx. It's interesting that this tipp here http://blog.lexique-du-net.com/index.php?post/2011/03/27/What-Dynamic-resources-creates-Memory-leaks-in-WPF-3.5-%28SP1%29 still works. After using this, the deferred resource are only 180 after adding the tabs which needs 5 seconds on my...
@oatkins Using the MetroTabControl helps also when switching between the Tabs, because we can keep the controls inside the VisualTree. ```xaml ... ```
@erotavlas This issue happens with windows that are created in a different thread and then not closing correctly. I suggest to use this line of code to call the dispatcher...
@adamhewitt627 What about adding an optional millisecond selector?
@timunie I have my thoughts here https://github.com/MahApps/MahApps.Metro/commit/3098dca1c364226c312343ea59e6f6d02c183711?diff=unified This is only a test for my final solution. I will create a behavior which can be used on any element. This behavior...
@timunie That's the main reason that we must respect the alpha channel, because all accent brushes and colors are transparent, except the AccentBaseColor and HighlightColor.
@patriksvensson @RickStrahl The main problem here is the `WindowStyle="None"` setting, which is the main feature for borderless windows. With this setting (tested with plain WPF app) the window is filtered...
@NickeManarin I created a repo with 2 simple apps https://github.com/punker76/ScreenToGifFindWindowTest
@NickeManarin Yeah that would be cool. We also use our own window chrome stuff in ControlzEx. But I have no idea what VS do here to allow this. Maybe the...
@timunie > I read about this just for interest and want to leave this here: https://docs.microsoft.com/en-us/dotnet/api/system.windows.shell.windowchrome?view=netcore-3.1#windowchrome . Maybe this is what we are looking for. I think also that if...