DMSkin-for-WPF
DMSkin-for-WPF copied to clipboard
数量加减控件直接输入问题。
关于数量加减控件直接输入问题。在文档中使用的是Label控件,建议可编辑,使用IsEnabled="False"控制是否可编辑 DMSkin-for-WPF\DMSkin.WPF\Styles\DMTextBox.xaml <TextBox HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Text="{Binding RelativeSource={RelativeSource TemplatedParent},Path=Value}" Foreground="{TemplateBinding Foreground}" />