Open raselldev opened 4 months ago
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 a bindable property for the badge content and bind that property to the badge. I implemented this approach in the Sample.SimpleShellTopBar
sample app.
How to make custom handler to handle badge in shell content?