So I like the fact that the look of custom controls can be re-defined in generic.xaml so I'd like to create one. But my issue is, how do you initially DESIGN (using the designer) the look for the custom control? unlike a user control it doesn't have an attached xaml / designer window. So must do design it all in code?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You create a For instance, define a control style:
And in your
The result should be that controls of type |
|||||
|