Sign in
Vincent Sibal's Blog
WPF Programming Topics
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Alternating Rows
BindingGroups
ControlLocalValues
ControlVerifier
DataGrid
DataGrid Concepts
DataGrid Samples
IEditableCollectionView
Item Container Recycling
MVVM
Non-live Scrolling
StringFormat
TestApi
ToolTip
Virtualization
Visual State Manager
WPF 3.5 SP1
wpf 4.0
WPF Application Quality Guide
WPF Learning Resources
Browse by Tags
MSDN Blogs
>
Vincent Sibal's Blog
>
All Tags
>
mvvm
Tagged Content List
Blog Post:
WPF Model-View-ViewModel (MVVM) Toolkit 0.1
Vincent Sibal - MSFT
The WPF team has just released an MVVM Toolkit which contains an overview and walkthrough of the MVVM pattern, a full Messenger sample app using MVVM, as well as a Visual Studio template for MVVM. The template creates a WPF application with folders for Views, ViewModels, Models, and Commands. What I...
on
2 May 2009
Blog Post:
Launching a custom Dialog to edit items in a DataGrid (with MVVM)
Vincent Sibal - MSFT
Launching a custom dialog for editing on the DataGrid is another somewhat common request that I see from the discussion list . I thought I would provide a sample but at the same time implement it with the MVVM pattern. The requirement that I will use on the sample is that the editing mechanism can only...
on
10 Apr 2009
Blog Post:
Exploring MVVM: Grouping with the DataGrid
Vincent Sibal - MSFT
Model-View-ViewModel (MVVM) is one of those really interesting design patterns that are used in WPF. It provides a separation between the UI and business logic and uses data binding techniques to connect them together. Karl Shifflett has some great material on MVVM that you can read about here . Anyway...
on
21 Jan 2009
Page 1 of 1 (3 items)