WPF DataGrid – simple sorting behavior customization via ViewModel
Hi guys
.
I haven’t written here so long that I started to miss my blogging sessions. Today I’m going to write about WPF DataGrid sorting scenario I’ve faced recently and simple solution that has helped me.
How to bind to control properties from ControlTemplate
Hi guys
. Today I will show you how to bind to control properties from ControlTemplate.
How to use Image Component in WPF
Hi. Today I will show how to add some image to your application and show it in the Image component.
How to use RelativeSource binding
Hello. Today I’m going to show how you can access certain element in tree via RelativeSource binding.
How to perform binding to data placed in Resources
How to use DataTrigger from Microsoft.Expression.Interactions
Hi,
Recently I was working using WPF and needed to implement one behavior – change element property whenever underlying bound object changes its property.
Routed Events creation in WPF
Hi. In my previous article I described what routed events are and today I’ll show you how you can create your own routed events.
Routed Events in WPF
Hi guys. Today I’m going to show you what routed events are and why you should use them.
How to create Dependency Properties for Collections
Hello, today I’m going to write about creation of dependency properties that work with collections.
In case you don’t remember what dependency properties are, you should read this article.