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
>
wpf 3.5 sp1
Tagged Content List
Blog Post:
WPF 3.5 SP1 sources are now available!
Vincent Sibal - MSFT
The Reference Source Code Center team has just announced that the WPF 3.5 SP1 sources are now publicly available. You can read about it here, http://blogs.msdn.com/rscc/archive/2008/10/22/wpf-sources-for-net-framework-3-5-sp1-are-available.aspx . The post also has pointers on how to setup and where to...
on
22 Oct 2008
Blog Post:
WPF 3.5 SP1 Feature: BindingGroups with Item-level Validation
Vincent Sibal - MSFT
Motivation Before 3.5 SP1, the binding validation system worked with only one binding at a time. What made this difficult in some scenarios was when validation was required on a set of bound objects. Some typical examples that come to mind are a form of data items that are submitted all at once or...
on
12 Aug 2008
Blog Post:
.NET 3.5 SP1 and WPF DataGrid CTP are out now!
Vincent Sibal - MSFT
UPDATE: the WPF DataGrid v1 has just released. For more information, see this post . The information below still applies, but the new post contains the additional features as well as an updated sample. Check it out! As you might have heard, .NET Framework 3.5 SP1 and Visual Studio 2008 SP1 are out...
on
11 Aug 2008
Blog Post:
WPF 3.5 SP1 Feature: Alternating Rows
Vincent Sibal - MSFT
So what else is new in WPF 3.5 SP1? Here is a smaller but pretty nice feature for you ItemsControl fans: alternating rows. This alternating row feature has been added in WPF 3.5 SP1 to make it easier to set properties like Background, Foreground, etc. on the rows of an ItemsControl in alternating...
on
29 May 2008
Blog Post:
Using IEditableCollectionView with dynamically generated GridViewColumns
Vincent Sibal - MSFT
I recently got a question on how to implement IEditableCollectionView with GridViewColumns that are dynamically created. Creating the columns dynamically actually doesn’t really have a big impact on IEditableCollectionView implementation. I have a sample below that dynamically adds columns but really...
on
27 May 2008
Blog Post:
WPF 3.5 SP1 Feature: Non-live Scrolling
Vincent Sibal - MSFT
So far for the new WPF 3.5 SP1 features, I've surveyed Item Container Recycling , Data Formatting , and IEditableCollectionView . Next on my list is Non-live Scrolling! What is it? Before 3.5 SP1, the WPF ScrollViewer only supported live scrolling, which means the view of content the ScrollViewer...
on
22 May 2008
Blog Post:
WPF 3.5 SP1 feature: IEditableCollectionView
Vincent Sibal - MSFT
Motivation A CollectionView is your interface into manipulating a collection of data items in an ItemsControl. Common tasks with this view often involve applying sorting, filtering, and grouping. In lieu of supporting a DataGrid control, transactional adding/editing/removing is an essential feature for...
on
20 May 2008
Blog Post:
New WPF 3.5 SP1 feature: Data Formatting (with Binding.StringFormat)
Vincent Sibal - MSFT
Background Formatting data can be a pretty cumbersome task in WPF. To illustrate with a very simple example, let’s say I want to display the dollar value of some item in a TextBlock: < StackPanel > < TextBlock Text ="Choose a number:"></ TextBlock > < ComboBox Name...
on
16 May 2008
Blog Post:
More WPF 3.5 SP1 resources
Vincent Sibal - MSFT
Here are some pretty comprehensive resources on the new features in our WPF 3.5 SP1 release. Scott Guthrie's blog post on installation issues, features in Visual Studio and the .NET framework. Jossef Goldberg's blog post on performance improvements in WPF. Greg Schechter's blog post on new graphics...
on
15 May 2008
Blog Post:
Recycling that Item Container
Vincent Sibal - MSFT
Item container recycling is a one of the many new features in SP1. I'm going to talk a little bit about it here. What is it? As a little background, the VirtualizingStackPanel ’s virtualization scheme basically works like this: generate containers when needed and throw them away when they are...
on
14 May 2008
Page 1 of 1 (10 items)