Open vaclav-domin opened 7 months ago
How styling numeric boxec on got focus? style like this not working
<Style TargetType="numbers:IntBox"> <Style.Triggers> <Trigger Property="IsFocused" Value="True"> <Setter Property="Background" Value="Yellow" /> </Trigger> </Style>
How styling numeric boxec on got focus? style like this not working