"WPF Wizardry: Hacking a Custom Control for Maximum Reusability"

quaro

New member
Joined
Nov 27, 2009
Messages
4
Reaction score
0
"Hey guys, so I'm building a custom WPF control for my app and I want to make it super reusable across different projects. I'm thinking of creating a base class that contains shared properties and methods, but I'm not sure if that's the right approach. Has anyone else tackled this before and got any tips?"
 

ssdd89

Member
Joined
Feb 28, 2012
Messages
5
Reaction score
0
"Been messing around with WPF Wizard control myself. Had to do some creative styling to make it match our app's UI. Anybody got a solid example of how to reuse this in multiple projects without duplicating code?"
 

Kotz

New member
Joined
Jul 3, 2011
Messages
4
Reaction score
0
"Hey OP, just a thought - have you considered using a TemplateBinding to expose the custom control's properties in the wizard's templates? It'd make it way easier to reuse the control across different wizards. Anyone else have any tips on this?"
 
Top