Welcome to MSDN Blogs Sign in | Join | Help

Vincent Sibal's Blog

WPF Programming Topics

April 2009 - Posts

WPF TestApi v0.2 has released!
The WPF test team is hard at work to provide value through a simple and componetized library of public test APIs. The WPF TestAp i library has just released a v0.2 which includes new visual verification features, command line parsing features, an auomated Read More...
5 More Random Gotchas with the WPF DataGrid
1. DataGridColumn.SortDirection does not actually sort the column. DataGridColumn.SortDirection is used to queue the visual arrow in the DataGridColumnHeader to point up, down, or to not show. To actually sort the columns other than clicking on the DataGridColumnHeader, Read More...
Launching a custom Dialog to edit items in a DataGrid (with MVVM)
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 Read More...
5 Random Gotchas with the WPF DataGrid
Since the release of the WPF DataGrid there have been several common patterns of questions that developers were asking on the discussion list . I thought that I would capture some of that here so it would be easy to find. I'll also try to keep it as short Read More...
Page view tracker