Tagged Questions
0
votes
1answer
2k views
Setting ControlTemplate in code [WPF]
How can I set Grid object with some UI elements in ControlTemplate? I try use this code, but I don't understand how to set Grid object to FrameworkElementFactory object. Thanks
ControlTemplate ...