c# 4.0 - Radio button in WPF Application selected but not visible -
i have radio button in wpf application works in windows 7.
however in xp machines, radio button selection not visible clicked event fired.
why happen? repaint issue or computer settings issue?
update problem comes in computer uses windows classic theme
you can check template used radio button. make sure brushes/colors used in windows 7 available in xp.
these links should provide more help
- http://msdn.microsoft.com/en-us/library/ms751600.aspx
- http://msdn.microsoft.com/en-us/library/windows/apps/jj709925.aspx
check "checked state"
Comments
Post a Comment