CommunityToolkit / WindowsCommunityToolkit

The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
https://docs.microsoft.com/windows/communitytoolkit/
Other
5.86k stars 1.37k forks source link

Missing HeaderedContentControl.HeaderTemplateSelector property #4713

Open HavenDV opened 2 years ago

HavenDV commented 2 years ago

Describe the bug

WPF and WinUI Expander have this property

Regression

No response

Reproducible in sample app?

Steps to reproduce

https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI.Controls.Layout/HeaderedContentControl/HeaderedContentControl.cs

Expected behavior

It is necessary for some complex cases

Screenshots

No response

Windows Build Number

Other Windows Build number

No response

App minimum and target SDK version

Other SDK version

No response

Visual Studio Version

2022

Visual Studio Build Number

17.2

Device form factor

Desktop

Nuget packages

Microsoft.Toolkit.Uwp.UI.Controls.Layout 7.1.2

Additional context

No response

Help us help you

Yes, I'd like to be assigned to work on this item.

ghost commented 2 years ago

Hello HavenDV, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌

michael-hawker commented 2 years ago

WPF doc for reference: https://docs.microsoft.com/dotnet/api/system.windows.controls.headeredcontentcontrol.headertemplateselector

FYI @niels9001