Sporadic posts about my interests, e.g. software development (mostly .NET), technology in general and some occasional rant.
Browse by Tags
All Tags »
WPF (
RSS)
-
|
On Tim Heuer's blog you can find great Silverlight 4 JetPack theme. Thanks to Jonathan Antoine , JetPack is ported to WPF. Using JetPack theme in one of mine projects I found a tiny but very annoying bug, while I was trying to bind ComboBox and ListBox...
|
-
|
Wintellect published 69 page whitepaper about programmatic differences between Silverlight and WPF . I scanned it quickly and I didn't quite read it in details, but it definitely looks like a material worth studying if you are developing WPF and/or...
|
-
|
Validation can also happen while binding is made. This is very useful if the bound objects have built in logic. For example if you have a Product object which has Price property which must be some number bigger the zero you will probably have code similar...
|
-
|
One of the new features in .NET Framework 3.5 SP1 is StringFormat support within {{Binding}} expressions to enable easy formatting to bound values. So, if some TextBlock control need to be bound to some object's properties (let's call them Max...
|
-
|
If you are working with WPF you should consider downloading the hotfix which can be found here . If you have Silverlight Tools for VS 2008 SP1 you shouldn't install this hotfix because it already includes it.
|
-
|
Prior the .NET Framework 3.5 SP1 was released, if you want to set alternate background colors for ListView rows you needed to write some kind Converter which returnes some kind of Brush. IF you have SP1 installed accomplishing the same functionality is...
|
-
|
Today I needed to create a simple grid which will hold some text information about some products and a few Hyperlink controls which when clicked need to display detailed information about particular product. On my big surprise WPF doesn't have Hyperlink...
|