Tagged Questions

0
votes
1answer
263 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 ...
0
votes
1answer
2k views

wpf ContentPresenter wont enable/disable

I've overridden a ComboBox in order to add an extra button at the end of the combo - i'm using this to help navigate round my application. Its a M-V-VM App that has an Edit-Save/Cancel mechanism that ...