User Control
#2373
Replies: 1 comment 1 reply
-
Do not build reusable UI controls with Prism. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I want to create a reusable user control would It be better to build it without Prism? Are there pros/cons to building a reusable user control using vanilla wpf instead building it with prism? If I build It with prism, then it's lifecycle is tied directly to the prism container and I have to use the event aggregator instead of using bindings to dependency properties. Is it recommended to build the control completely with prism or completely without it?
Beta Was this translation helpful? Give feedback.
All reactions