Radek Vymětalík
Radek Vymětalík
Hi @tfierens, could you please try [the newest version](https://github.com/RadekVyM/SimpleToolkit/releases/tag/v4.0.0) of SimpleToolkit? I tried your code and it worked for me. If it does not work, you can always use `IconTintColorBehavior`...
Hi @KannanKrish, apologies for my late response - this library has not been my number one priority recently. I tried to look at this issue and did some simple tests....
Hi @brentos99, thanks for the info. The bug is caused by changing the value of the `InputTransparent` property, which does not work properly in .NET 7. This should be hopefully...
Hi @harrismasterson, you have to implement the title bar completely by yourself in SimpleShell. Default title bar is disabled.
Hi @harrismasterson, try to check out [documentation](https://github.com/RadekVyM/SimpleToolkit/tree/main/docs/SimpleToolkit.SimpleShell) for more info. You can also check out [`Playground` project in SimpleToolkit](https://github.com/RadekVyM/SimpleToolkit/tree/main/src/SimpleToolkit.Playground) but it is really just a playground where I test all...
Hi @harrismasterson, there is no default page transition in `SimpleShell`. You have to implement page transitions completely by yourself in `SimpleShell`, see [documentation](https://github.com/RadekVyM/SimpleToolkit/blob/main/docs/SimpleToolkit.SimpleShell/Transitions.md). Actually, [everything visual](https://github.com/RadekVyM/SimpleToolkit/tree/main/docs/SimpleToolkit.SimpleShell) has to be defined...
Hi @JhowDevBR, @dgokhan, @SaddamBInSyed, I changed the implementation of the navigation bar to use `Icon` element for displaying icons. Now you can use bitmap images (e.g. from `Resources/Images/` folder) instead...
Hi @raselldev, there are multiple ways of adding custom badges to tabs in the tab bar. In `SimpleShell`, no custom handlers are needed. One way is to extend `ShellContent` with...
Closing this issue, since I have not received any response.