Share via


Vincent Sibal's Blog

WPF Programming Topics

TestApi v0.3 The WPF test team has recently released a new version of TestApi! This version includes...

Date: 08/04/2009

Intro Previously I did a post on the “Control Local Values bug” and how a subtle bug can be...

Date: 05/21/2009

As many of you probably already know, dev10 beta1 is available for public download. Some of the...

Date: 05/21/2009

The WPF team has just released an MVVM Toolkit which contains an overview and walkthrough of the...

Date: 05/02/2009

The WPF test team is hard at work to provide value through a simple and componetized library of...

Date: 04/24/2009

  1. DataGridColumn.SortDirection does not actually sort the column. DataGridColumn.SortDirection is...

Date: 04/14/2009

Launching a custom dialog for editing on the DataGrid is another somewhat common request that I see...

Date: 04/10/2009

Since the release of the WPF DataGrid there have been several common patterns of questions that...

Date: 04/07/2009

Intro WPF dependency properties are properties that are registered through the WPF property system....

Date: 03/24/2009

An updated version of the WPFToolkit has been released today. This includes some high pri bug fixes...

Date: 03/20/2009

Model-View-ViewModel (MVVM) is one of those really interesting design patterns that are used in WPF....

Date: 01/21/2009

Scenario By default the WPF DataGrid will commit a row when focus is lost on the row, the ‘Enter’...

Date: 12/18/2008

The Scenario I want to do a master detail like scenario where the selection in one ComboBox cell...

Date: 12/17/2008

Our WPF Test team has just released a library of tools that can be leveraged to test WPF...

Date: 12/10/2008

This sample shows how to create a template for the NewItemPlaceholder to indicate that you can add a...

Date: 11/05/2008

Now that the Visual State Manager (VSM) is part of the WPFToolKit, I thought I’d show a basic...

Date: 11/04/2008

It looks that this is a frequently requested feature and unfortunately didn't make the v1. It is...

Date: 10/31/2008

Intro If you haven't already, you can download the DataGrid v1 bits and source here....

Date: 10/31/2008

Finally, the v1 WPF DataGrid is out! This is an out-of-band release that will be hosted on the WPF...

Date: 10/22/2008

The Reference Source Code Center team has just announced that the WPF 3.5 SP1 sources are now...

Date: 10/22/2008

Introduction I’m going to talk a little on the editing features of the DataGrid. I will dive deep...

Date: 10/01/2008

The WPF Application Quality Guide v0.3 has just released! For more information on it, check out...

Date: 09/29/2008

On a previous post I talked about how to implement Clipboard.Paste for the DataGrid. The...

Date: 09/25/2008

In the v1 release (and CTP) of the WPF DataGrid there will be support for Clipboard.Copy but no...

Date: 09/19/2008

There have been several questions on the WPF CodePlex discussion list relating to styling rows and...

Date: 09/16/2008

Recap In a previous set of posts I covered the introduction to the BindingGroup feature and I...

Date: 09/08/2008

Here is a short sample on how to create a tri-state sorting experience with the WPF DataGrid. In the...

Date: 08/29/2008

UPDATE: DataGridComboBoxColumn has been updated from CTP to V1. See the post here for the updates to...

Date: 08/28/2008

Jossef just wrote this great post on improving sorting in the DataGrid through a custom sort. Check...

Date: 08/27/2008

UPDATE: DataGridComboBoxColumn has been updated from CTP to V1. See the post here for the updates to...

Date: 08/26/2008

A customer was asking for a sample of a preview ToolTip on scrolling for the DataGrid and Ben...

Date: 08/25/2008

Recap In a previous post I introduced the BindingGroups. Well now I want to get into some of the...

Date: 08/22/2008

Overview The DataGrid uses a set of DataGridColumns to describe how to display its data just like a...

Date: 08/19/2008

Jamie Rodriguez has this really nice series on getting started with the WPF DataGrid. Part1 is a...

Date: 08/14/2008

I’m going to be dissecting and discussing the DataGrid visuals and how they are all assembled...

Date: 08/14/2008

Motivation Before 3.5 SP1, the binding validation system worked with only one binding at a time....

Date: 08/12/2008

UPDATE: the WPF DataGrid v1 has just released. For more information, see this post. The information...

Date: 08/11/2008

I've been a little quiet this past month as I've been super busy working on the WPF DataGrid. I've...

Date: 07/03/2008

Check out this sample that one of our devs, Ben Carter, just released on using virtualization with...

Date: 06/12/2008

So what else is new in WPF 3.5 SP1? Here is a smaller but pretty nice feature for you ItemsControl...

Date: 05/29/2008

I recently got a question on how to implement IEditableCollectionView with GridViewColumns that are...

Date: 05/27/2008

So far for the new WPF 3.5 SP1 features, I've surveyed Item Container Recycling, Data Formatting,...

Date: 05/22/2008

Check out Ivo's post on job opportunities for Software Development Engineer in Test and Software...

Date: 05/21/2008

Motivation A CollectionView is your interface into manipulating a collection of data items in an...

Date: 05/20/2008

A friend from my previous team was asking about some resources relating to WPF as his team will be...

Date: 05/20/2008

Background Formatting data can be a pretty cumbersome task in WPF. To illustrate with a very simple...

Date: 05/16/2008

Here are some pretty comprehensive resources on the new features in our WPF 3.5 SP1 release. Scott...

Date: 05/15/2008

Item container recycling is a one of the many new features in SP1. I'm going to talk a little bit...

Date: 05/14/2008

My name is Vincent Sibal and I am a recent addition to the WPF test team. Previously I was working...

Date: 05/13/2008

Next>