Tagged Questions

0
votes
1answer
274 views

WPF Checkbox won't display a UIElement as its content

I'm working with a custom checkbox, and I'm trying to set the content to a WPF Viewbox. The problem is, simply, nothing is displayed. The checkbox appears and works, but it has no content. This is ...