tags:

views:

51

answers:

1

I've heard about the possibility to use attached properties to avoid writing a custom control in WPF.
Could you explain me how or address me to a tutorial?
Thank you

+4  A: 

I found by myself the answer to my question: attached behaviors. They are a way to extend the functionality of a control without writing a new one and are based on a specific use of attached properties.
I found two interesting articles and I attach them below for those of you who are interested in:
Elad's WPF Blog
Josh Smith's article

Maurizio Reginelli