Проектирование и разработка приложения панели мониторинга на языке C# , WPF
Я работаю с проектом панели мониторинга, который содержит
1. Treeview(с правой стороны)
2. диаграммы и сетки(слева)
3. Меню с 5 - 6 менуэтами внутри
Что я уже пробовал:
I have done each everything in different Windows(XAML)(almost 10 - 15). Now in the Main Window, when I try to merge - Treeview, charts and grids, the design look so gibberish Another problem whenever any changes happens, Treeview, Grid and Charts should be refreshed properly, which is not happening. Now the project is in total Confusion. I need to design as well as develop too. 1. Should I have one Window and all other should be in User control. 2. Is MVVM will be a good format to it? 3. Also while designing in WPF, all the controls should be inside a Grid or StackPanel?Finding sometimes difficult to resize the controls 4. Please pour me ideas as I am a newbie, who started career after a break. I also have more questions to ask.