ModernWpf icon indicating copy to clipboard operation
ModernWpf copied to clipboard

Numberbox Background color not working.

Open eykaraduman opened this issue 2 years ago • 1 comments

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>

eykaraduman avatar Jul 12 '22 16:07 eykaraduman

I also have this exact problem

TijlGoens avatar Oct 17 '22 10:10 TijlGoens