質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top