M
Maximilian
I want a button-like control (with a bool state) that the user clicks but is
not set instantly but through code based on some conditions... with old
WinForm I could use a CheckBox with AutoCheck set to false and display as
button ... but in WPF these properties is not available ... I have googles
for a solution but found nothing ... The visual apperance can be changed with
a template, that i understand, but how to fix the autocheck=false-behaviour?
Should I base my control on a checkbox or build a custom control? Please
guide me in a good direction ....
/Max
not set instantly but through code based on some conditions... with old
WinForm I could use a CheckBox with AutoCheck set to false and display as
button ... but in WPF these properties is not available ... I have googles
for a solution but found nothing ... The visual apperance can be changed with
a template, that i understand, but how to fix the autocheck=false-behaviour?
Should I base my control on a checkbox or build a custom control? Please
guide me in a good direction ....
/Max