I\'ve got a question of the MVVM-Pattern. So I\'m not sure, that I\'ve had understand it completely. My scenario:
I have a datagridtemplatecolumn with CellTemplate / CellEditingTemplate, works ok, after loading it shows the previously choosen selectedvalue bound from the model.
The BookShelf solution John Papa presented at Mix11 has something that sounds a bit odd to me... It uses an MVVM pattern and MVVM Light toolkit... Everything is great.
I have the following XAML layout <DataTemplate x:Key=\"Reports\"> <Grid> <Grid.ColumnDefinitions>
I\'m using MVVM Light on an SL4 app. I would like to set the selected items on a listbox after it is databound.
How can I expand a node in a treeview using MVVM? I have a x level treeview and I made my own class to bind it to the TreeView control.
I have been tasked with building an application that has both a silverlight UI (for richness) and an MVC3 JQueryUI (for reach).
I\'m trying to figure out how can I use DispatcherHelperftom MVVM light toolkit in SL, but I can\'t find any example.
How would you simula开发者_如何学Gote a key press in MVVM in a Silverlight project? I want to simualte the TAB key press when user presses ENTER, so it moves to the next textboxSimply handle the KeyU
In MVVM Light toolkit for Windows Phone, whenever I am to add a new MvvmLightView (WP) item, I end up with the template creating a PhoneApplicationPage for me.