inheritance - Inheriting from a UserControl in WPF -


i new wpf , having problem inheriting user control.

i created user control , need inherit control , add more functionality.

has sort of thing before? appreciated.

thank you

afaik cannot inherit xaml, can inherit code behind.

we encountered same problem on our project. way ended solving our problem create usercontrol , adding "child" usercontrol.

if doesnt work/help take @ this: http://geekswithblogs.net/lbugnion/archive/2007/03/02/107747.aspx1


Comments