fix dataset explorer view

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-09-29 17:37:34 +03:00
parent 5500bda6ce
commit 3a6ed60ea0
3 changed files with 24 additions and 22 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
VerticalAlignment="Center"
VerticalContentAlignment="Center"
Text="{Binding Value, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, RelativeSource={RelativeSource AncestorType={x:Type local:NumericUpDown}}}"
TextChanged="NUDTextBox_OnTextChanged"/>
LostFocus="NudTextBox_OnLostFocus"
/>
<RepeatButton
Name="NudButtonUp"
Grid.Column="1"