문제

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