c# - convert mdi application to mvvm wpf application -
i have winform application want convert wpf
it has main form (mdi) , children can call each other well.
i read mdi not practice according mvvm. saw application have , feel want (e.g:prism- told complicated beginners , small application need).
do know small wpf project follow mvvm rules , has , feel of mdi application?
thanks asaf
mdi gui design pattern. mvvm programming design pattern. 2 aren't related @ all. can either 1 or both together.
it true, however, many gui design experts frown upon mdi that's entirely because of usability end-user... not because of underlying code.
perhaps if describe or provide mockup of ui want create can provide guidance on how implement in wpf.
Comments
Post a Comment