Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top