Click here to Skip to main content
15,886,761 members
Articles / Desktop Programming / Universal Windows Platform

Edit Template or Edit Additional Templates in Visual Studio XAML without all the Bloat

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
18 Jun 2020CPOL5 min read 6.4K   1  
How to edit templates in VS XAML without the bloat
If you've worked with XAML for a while and customized controls like Buttons, ListView, etc., you are familiar with what happens when you use Visual Studio's Edit Template functionality. You get a copy of the entire underlying Template or Style of the control. This can be many lines of code added to your XAML which drowns out the important stuff. Then you want to change one or two properties in that pile of XAML. Hardly worth it. In this post, I offer you a way to help with that and make your code more readable and maintainable.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions