pomian

Results 51 comments of pomian

Hey @kfrancis. I haven't used the community toolkit that much so I would be grateful if you could link to documentation of the features you are talking about. Besides, if...

If you use any of the methods available under `INavigation.Navigate` https://github.com/lepoco/wpfui/blob/65f206ea094a3e246075e34983962e7f0d153292/src/Wpf.Ui/Controls/Interfaces/INavigation.cs#L110 In the `Navigate` and `UpdateItems` methods, `SelectedPageIndex` and `Current` are updated, which allow you to easily determine which page...

Hey @lambor590, could you share your MainWindow xaml file?

I'll try to somehow improve this `Resource` class. It is not essential, you don't even have to use it, but in my opinion it is much more elegant and easy...

Maybe modifying the size of the `RichTextBox` and thus its complicated structure causes rendering problems.

Generators don't work in some versions of Visual Studio and WPF. I would wait until the patch is officially published. dotnet/wpf#6792 dotnet/wpf#6793 ![image](https://user-images.githubusercontent.com/13592821/179702047-d73dbecf-40de-4c5b-8b67-e697ee86d214.png)

> On my pc project builds. Good old - "Weird, it works for me"

Still in Known Issues https://github.com/dotnet/core/blob/main/release-notes/6.0/known-issues.md#issues-building-wpf-application-with-windows-desktop-607-and-608= With workaround: * To enable build in Windows Desktop 6.0.7, navigate to the directory containing the `Microsoft.WinFx.targets` file ( `C:\Program Files\dotnet\sdk\6.0.302\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets` ) * Add the...

https://github.com/lepoco/wpfui/issues/213 related

> ![1](https://user-images.githubusercontent.com/104482255/167095431-7dc4e42b-8259-4ed3-851b-47558e93fdc1.jpg) After Explorer is restarted ![2](https://user-images.githubusercontent.com/104482255/167095439-2c0d15a6-0adb-48c7-9ab3-09a75a8faf49.jpg) > > @pomianowski But is it hidden in the tray `hidden icons` or is it completely gone? ![image](https://user-images.githubusercontent.com/13592821/167208946-b89bca40-8296-4f89-b9c8-2e36f8fdab3a.png)