I am currently learning C# and XAML for UWP apps and have a problem with my TextBoxes.
How do I get the TextBox smaller? Adjusting the font size alone is not enough, even setting the height doesn't bring about any changes. What I noticed is that the Clear button doesn't get smaller, also the X in it doesn't get smaller with the FontSize. And that's probably the problem, because the TextBox probably doesn't want to cut the Clear button and therefore retains the default size, because you can make the box bigger without any problems, but not smaller.
I might add that I use Visual Studio Community 2017 and the TextBox from the existing ToolBox there.
Could someone help me with that? All I've found so far is how to add such a clear button and only on WPF apps.
TextBox's style from the generic.xaml and modify it to resize theTextBoxand clear button so they are smallerTextBox'sMinHeightproperty