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

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

fortran - Function return type mismatch -

queue - mq_receive: message too long -