This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[Feature] Ensure all controls have style names #3602
Labels
feature request 📬
A request for new changes to improve functionality
good first issue
Issues identified as good for first-time contributors
Hacktoberfest
Hacktoberfest is a month-long celebration of open source software
improvements ✨
Follow-on from microsoft/microsoft-ui-xaml#3735
Describe the problem this feature would solve
Over time in the toolkit we've been better at adopting better practices around making our styles. We should ensure that we go back and retroactively apply these to other older controls. 7.0 would be a good time to do this...
Describe the solution
Update Styles of controls to ensure that the base style is named and available. (though we may have another issue where these aren't getting exposed to the application level, see: #3556 (comment))
We also generally split out the
ControlTemplate
as well:The text was updated successfully, but these errors were encountered: