Click here to Skip to main content
15,919,613 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I am using cinch to create a ViewModel. I have a UserControl (view)that I use as DataTemplate to represend my viewModel. I create a collection of the viewModel,yet I only get one instance of my UserControl. The problem is that the usercontrol is StateFull. is there a better way to create the view without forcing my viewModel to keep track of the view state. In other words create a view for every ViewModel.

Thanks.
Posted
Comments
Toli Cuturicu 31-Jul-10 8:09am    
Reason for my vote of 1
Don't post here! Post at the article forum!

1 solution

I think you may get a quicker response if you post your question in the forum at the end of the article. In that way the author will be notified of your question.
 
Share this answer
 

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