Hi, I asked the same question on Avalonia's discussions, but I eventually found out that the issue was caused by Semi.Avalonia. #339
Answered
by
rabbitism
IronEaterBeast
asked this question in
Q&A
-
I get unexpected results when trying to control the height of a NumericUpDown control. The default size of the control is a bit too tall, so I tried using Height='25' to control its height. However, it didn't get smaller but was clipped instead. Is there any other way to control the height? |
Beta Was this translation helpful? Give feedback.
Answered by
rabbitism
Apr 10, 2024
Replies: 1 comment 6 replies
-
Which version are you using now? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all you can use
Small
class, and you will get a 24 px high control.If this is not what you want, for your version, you can locally (or globally) set a dynamic resource to decrease height
But I really doubt you globally added some padding to TextBox. you need to remove it if you have.