I would like to know how to handle large XAML files.
I found this Split one big XAML in number of Sub-XAML files
which mentions that an xml file can be split in several smaller files.
So my question is: is this the only way to deal (develop + maintain) with larger interfaces / XAML files?
Are there other ways?
I would like to
- have smaller files
- have designer support and visual studio
- making it easier to maintain and update it