dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.21k stars 1.75k forks source link

[Windows] Implement TabbedPage HeaderIconsEnabled Platform Specific #19969

Open jsuarezruiz opened 9 months ago

jsuarezruiz commented 9 months ago

Description

Implement TabbedPage HeaderIconsEnabled Platform Specific.

Public API Changes

<TabbedPage ...
    xmlns:windows="clr-namespace:Xamarin.Forms.PlatformConfiguration.WindowsSpecific;assembly=Xamarin.Forms.Core"
    windows:TabbedPage.HeaderIconsEnabled="true">

Intended Use-Case

More details: https://learn.microsoft.com/en-us/xamarin/xamarin-forms/platform/windows/tabbedpage-icons

ghost commented 9 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.