How do you go about dividing the views into smaller views. Let’s say I have a Customer object and each Customer can have Orders. Should I create a single view CustomerOrderView or should I create 3 views CustomerOrderView, CustomerView, and OrderView?
How do you go about dividing the views into smaller views. Let’s say I
Share
Create a view (or several views) for each ViewModel. In the
CustomerView, you can then useOrderViews to display the orders in aItemsControl