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)
Sorry, but there are no more tags available to filter with.
-
|
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...
|