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

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -