Browse Source

样式 - 设置默认支持多行属性(扩展文本框支持多行输入)

ZhouJieSheng 1 year ago
parent
commit
18dab0b05a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      PDF Office/Themes/Generic.xaml

+ 1 - 0
PDF Office/Themes/Generic.xaml

@@ -52,6 +52,7 @@
         <Setter Property="Height" Value="32" />
         <Setter Property="Padding" Value="3,0" />
         <Setter Property="CornerRadius" Value="4" />
+        <Setter Property="AcceptsReturn" Value="True"/>
         <Setter Property="Template">
             <Setter.Value>
                 <ControlTemplate TargetType="{x:Type cus:TextBoxEx}">