We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NumericUpDown
1 parent aa0d4b4 commit 92fa25aCopy full SHA for 92fa25a
src/Resources/Styles.axaml
@@ -1299,6 +1299,8 @@
1299
<Setter Property="MinHeight" Value="0"/>
1300
<Setter Property="Height" Value="28"/>
1301
<Setter Property="VerticalContentAlignment" Value="Center"/>
1302
+ <Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Disabled"/>
1303
+ <Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Disabled"/>
1304
</Style>
1305
<Style Selector="^:focus-within /template/ ButtonSpinner#PART_Spinner">
1306
<Setter Property="BorderBrush" Value="{DynamicResource Brush.Accent}"/>
0 commit comments