Hi,
What is so different in the style of TextBox vs IntegerUpDown and Button vs DropDownButton ? I'm using Windows 8.1 and they all have the gray look with lignt blue when mouseover or pressed. :
What is so different in the style of TextBox vs IntegerUpDown and Button vs DropDownButton ? I'm using Windows 8.1 and they all have the gray look with lignt blue when mouseover or pressed. :
<Grid>
<ToolBar Height="200" Width="150">
<StackPanel>
<TextBox Text="Regular TextBox" />
<xctk:IntegerUpDown Value="25" />
<Button Content="Regular Button" />
<xctk:DropDownButton Content="My Drop Down" />
</StackPanel>
</ToolBar>
</Grid>
Can you add an image or code ? What system are you using ?