Is there documentation/utility that shows the default control template of a given control? I’d like to see how a given control is constructed so I can customize the behavior correctly and/or choose to use a style instead…
Is there documentation/utility that shows the default control template of a given control? I’d
Share
Here are a number of links that demonstrate doing this.
I would also check out Kaxaml, which comes with some code snippets called Simple Styles. These are templates for all of the controls that are not quite as complex as the default behavior, which can be a bit esoteric at times.