Sign in
Vincent Sibal's Blog
WPF Programming Topics
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
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
Archive
Archives
August 2009
(1)
May 2009
(3)
April 2009
(4)
March 2009
(2)
January 2009
(1)
December 2008
(3)
November 2008
(3)
October 2008
(5)
September 2008
(5)
August 2008
(11)
July 2008
(1)
June 2008
(1)
May 2008
(10)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Vincent Sibal's Blog
WPF 3.5 SP1 Feature: Alternating Rows
Posted
over 5 years ago
by
Vincent Sibal - MSFT
12
Comments
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...
Vincent Sibal's Blog
Using IEditableCollectionView with dynamically generated GridViewColumns
Posted
over 5 years ago
by
Vincent Sibal - MSFT
21
Comments
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...
Vincent Sibal's Blog
WPF 3.5 SP1 Feature: Non-live Scrolling
Posted
over 5 years ago
by
Vincent Sibal - MSFT
1
Comments
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...
Vincent Sibal's Blog
We're Hiring!
Posted
over 5 years ago
by
Vincent Sibal - MSFT
0
Comments
Check out Ivo's post on job opportunities for Software Development Engineer in Test and Software Architect positions.
Vincent Sibal's Blog
WPF 3.5 SP1 feature: IEditableCollectionView
Posted
over 5 years ago
by
Vincent Sibal - MSFT
22
Comments
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...
Vincent Sibal's Blog
WPF Learning Resources
Posted
over 5 years ago
by
Vincent Sibal - MSFT
4
Comments
A friend from my previous team was asking about some resources relating to WPF as his team will be ramping up for WPF/Silverlight in their future releases. I think that's awesome and quite a shift in paradigm (COM/Win32 => .NET/WPF/Silverlight). Anyway...
Vincent Sibal's Blog
New WPF 3.5 SP1 feature: Data Formatting (with Binding.StringFormat)
Posted
over 5 years ago
by
Vincent Sibal - MSFT
10
Comments
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...
Vincent Sibal's Blog
More WPF 3.5 SP1 resources
Posted
over 5 years ago
by
Vincent Sibal - MSFT
0
Comments
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...
Vincent Sibal's Blog
Recycling that Item Container
Posted
over 5 years ago
by
Vincent Sibal - MSFT
9
Comments
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...
Vincent Sibal's Blog
Hello WPF World!
Posted
over 5 years ago
by
Vincent Sibal - MSFT
0
Comments
My name is Vincent Sibal and I am a recent addition to the WPF test team. Previously I was working in Windows Mobile and helped ship the T-Mobile Shadow and WM 6.1. There are a lot of exciting things going on in the WPF world and I hope that I can offer...
Page 1 of 1 (10 items)