c# - What's the best approach to split app.xaml? -
i have many styles in app.xaml file , it's close 5000 lines (after formatting) it's getting harder handle comments.
what's best way simplify it? splitting multiple files reference them.
thanks.
you can typically put of content 1 or more separate resourcedictionary.xaml files, , use merged resource dictionaries pull them app.xaml.
this lets keep styles in nice, small, manageable xaml files.
Comments
Post a Comment