Christopher Stephan
Christopher Stephan
### Description Setting the ShellSection.Icon in a custom ShellItemRenderer will lead to the bug that the IsEnabled state has no effect on the ShellSection. The second tab is configured with...
### Upgrade Assistant The upgrade assistant is not supported on macOS. Running `upgrade-assistant upgrade ` returns > This tool is not supported on non-Windows platforms due to dependencies on Visual...
SkiaSharp.Extended is still a preview version but we want to use it in our project as a reference. Currently we need to disable the following warning, that our library release...
Setting the BackgroundColor or the BorderColor for an IconButton does not work for me. ``` public App() { var tabbedPage = new TabbedPage(); tabbedPage.Children.Add(new ContentPage { Title = "Controls", Content...