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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -