I have in my Xaml a pivot control : <controls:Pivot ItemsSource=\"{Binding ObjectList}\"> <controls:Pivot.HeaderTemplate>
In reading a post about TreeView and binding to a view model (http://www.codeproject.com/KB/WPF/TreeViewWithViewModel.aspx), it seems that binding a TreeViewItem IsSelected property is possible.Howeve
Some basic questions, but most examples I see, only contain one view with one viewmodel and one viewmodellocator, so my questions are :
In the application I am developing, I have a MainWindow, 开发者_如何学Gowhich is divided in several Views. Each View is a UserControl and has its own ViewModel.
I have very strange issue. In my WP7 app I have a pivot control and an item template defined inside it(or in the resources, I have tried both ways, but still same issue). In the template I have a regu
Not sure I\'m designing this correctly (guidence is appreciated!), but I have a search view which is called from many places.Search screen has has it\'s own ViewModel.When a user selects something fro
Im trying to get to grips with writing testable ViewModels in Silverlight 4. Im currently using MVVM light.
I\'m using MVVM Light toolkit (which I love).I currently have messaging in place for some interaction originating from the ViewModel and intended for consumption by the View.Typically these types of m
Is there something like a placeholder for a control in silverlight? If I have a dynamically created control in my view-model how can I bind it to some element in Xaml?
I would like t开发者_高级运维o retrieve data from my WCF service as the user is scrolling over a datagrid.What are some options for accomplishing this, particularly those that would favour following t