[Feature] Ensure all controls have style names #4684
                  
                    
                      michael-hawker
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 1 comment
-
| Realizing that our  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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
ControlTemplateas well:Beta Was this translation helpful? Give feedback.
All reactions