Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a grid box in my main page and I want to make it appear on my next page. I know i can just add a grid box in my next page, but I want to try something new. Is there any way I can make it appaer on my next page??
Posted
Comments
Programm3r 29-Jan-14 1:57am    
Are you making use of MVVM within your WPF application? If so, just create the new grid on the next page and bind it to the same ObservableCollection<t> as the previous grid.
Alif Marz 29-Jan-14 21:37pm    
No. I'm not making use of the MVVM. Is the any way to do it in WPF Browser Application itself?
Programm3r 30-Jan-14 1:11am    
No, I can't think of a way you can do it. If I were you, I would implement MVVM into my project.
Alif Marz 2-Feb-14 21:52pm    
Alright. Thanks a lot man. Really appreciate your help.
Sergey Alexandrovich Kryukov 20-Feb-14 23:22pm    
It looks sooo... irrelevant to the question. Perhaps your logic is "once you are using WPF, it's better to use MVVM", no matter what it is, isn't it? :-)
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900