Question

I've got some dozen of report which can be viewed by the same WPF form.

This is achieved by using many DataTemplate but this leads to a file long 2500 rows.

Is it possible to move the definition of the DataTemplate to another file?

Which kind of solution could help in this objective?

Était-ce utile?

La solution

Resource Dictionaries are great to separate XAML Using a Resource Dictionary in WPF

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top