Kinnara / ModernWpf

Modern styles and controls for your WPF applications
MIT License
4.45k stars 446 forks source link

Numberbox Background color not working. #488

Open eykaraduman opened 2 years ago

eykaraduman commented 2 years ago

I can't change the background color of "Numberbox" in a "SimpleStackPanel" . How can i fix this issue? Is this a bug?

<ui:SimpleStackPanel Orientation="Horizontal" Spacing="12"> <ui:NumberBox x:Name="Re" Background="Red" Value="{Binding Re, Mode=TwoWay}" Header="Reynolds sayısı, Re :" PlaceholderText="0.00" Width="150" HorizontalAlignment="Left" ValidationMode="InvalidInputOverwritten"> </ui:NumberBox> </ui:SimpleStackPanel>

TijlGoens commented 1 year ago

I also have this exact problem