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

  1. http://msdn.microsoft.com/en-us/library/ms751600.aspx
  2. http://msdn.microsoft.com/en-us/library/windows/apps/jj709925.aspx

check "checked state"


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -