Numbers are down on my YouTube channel. πŸ€”

What .NET content do you want to watch? πŸ€“πŸ˜‰

@bernasconi
How to use a handler to add a bindable property to an existing #dotNetMAUI control (but not in shell - just independently of shell - shell can be added later by those who want it). See 2 year old issue https://github.com/dotnet/maui/issues/6748 (the issue says "in shell" but in fact the issue is with the MAUI control itself, not shell - welcome to the consequences of making shell part of the default template, people don't know when an issue is with shell and when it isn't. In this case it isn't)
Shell does not provide way to change toolbar properties such as font weight, size, family, alignment, background color, etc. Β· Issue #6748 Β· dotnet/maui

Description When using the NavigationPage, there is a property, BarBackgroundColor, used to change the background color of the navigation toolbar; this property is not available in Shell. Also, in ...

GitHub