Vote count: 0
I am in the process of developing an app in WPF. My goals are the following:
1) Create a UI where the tabs are dockable with different contents (i.e Web Browser)
2) The tab content UI and functionality if loaded from a DLL (User Control??)
3) Use DI to load the User Control into the tab content container
For example: on the LEFT side of the Main WIndows would be a treeview menu for feature navigation
user clicks on a feature and the feature is loaded into a dockable tab.
the featureLoader will load the feature from a DLL based on the className.
What would be a suggest architecture for this? Is DI and UserControl inside a DLL work?
I want to create module/features in a separate DLL and load it dynamically
Any help or suggestion would be appreciated.
WPF Tab Container with different contents dynamically
Aucun commentaire:
Enregistrer un commentaire