How to design a wpf application with multiple interfaces

前端 未结 1 831
离开以前
离开以前 2021-01-25 08:12

I\'m trying to learn how to design an application which has several different user inferfaces. its an application where a doctor can view patient records, write prescriptions an

1条回答
  •  独厮守ぢ
    2021-01-25 09:06

    For a simple project this is perfectly fine. However as the number of views grow, you might want to design a system for managing this stackpanel.

    There is a library designed to handle these kind of situations, you can find it here: http://compositewpf.codeplex.com/ look at the stuff called RegionManager

    0 讨论(0)
提交回复
热议问题