We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da67a6 commit 47e3492Copy full SHA for 47e3492
NumericUpDownLib.WinUI.Demo/Views/MainPage.xaml
@@ -28,7 +28,7 @@
28
<TabViewItem Header="Byte">
29
<Grid BorderThickness="1">
30
<Grid.ColumnDefinitions>
31
- <ColumnDefinition Width="300" />
+ <ColumnDefinition MinWidth="300" Width="2*" />
32
<ColumnDefinition Width="*" />
33
</Grid.ColumnDefinitions>
34
<Grid.RowDefinitions>
0 commit comments