hi all,
I have noticed a strange problem with Radio buttons.
My radio button is in a wrap panel as below. All is fine if i run the app under vista. But if i run the app using XP or server2003, the selected radio button appears to a white color. I can just about see it in XP but can not see anything when selecting the button in server 2003.
My foreground is settoa white font, does this make a selected radio button be white in xp and server 2003? I there a method to set the color of the checked radio button?
Thanks a million for any advice,
ro
<WrapPanel Margin="0,0,25,19" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="331" Height="35">
<RadioButton Background="White" Foreground="White" x:Name="radioLast7" Content="Last 7 Days" VerticalAlignment="Bottom" HorizontalAlignment="Right" Checked="radioLast7_Checked" IsChecked="True"></RadioButton>
llows