Welcome to MSDN Blogs Sign in | Join | Help

Lester's WPF blog


Simple, easy & beautiful

News

Browse by Tags

All Tags » .net 3.5 SP1   (RSS)
.NET 3.5 SP1 released
Theres just a ton of new features in SP1... so lets just jump to the links (from Charlies blog post ) :) VS 2008 Service Pack 1: Executable: http://go.microsoft.com/fwlink/?LinkId=122094 ( Direct Link ) Iso: http://go.microsoft.com/fwlink/?LinkId=122095 Read More...
New 3.5 SP1 features: ScrollViewer.IsDeferredScrollingEnabled; AlternationCount;IEditableCollectionView
3 more features which go hand in hand are the: · ScrollViewer.IsDeferredScrollingEnabled · AlternationCount · IEditableCollectionView All the above have been used in a sample which looks like this - it supports add/delete/cancel (escape key) operations Read More...
WPF 3.5 SP1 feature: StringFormat
One of the new features in 3.5 SP1 is stringformat. The usage is pretty simple. So following are simple snippets showing its use < TextBox Text = " {Binding Path=Double, StringFormat=F3 } " /> < TextBox Text = " {Binding Path=Double, StringFormat=Amount: Read More...
Page view tracker