We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cfbcb commit 0f02bfcCopy full SHA for 0f02bfc
IPConfig/Views/IPConfigDetailView.xaml
@@ -52,10 +52,6 @@
52
<RowDefinition />
53
</Grid.RowDefinitions>
54
55
- <!--
56
- 当光标悬停在此文本框边缘时,会导致高亮快速闪烁。
57
- 通常可以通过设置 UseLayoutRounding="False" 来解决,但对此文本框无帮助。
58
- -->
59
<hc:TextBox x:Name="tbIPConfigName"
60
Margin="0,0,0,4"
61
hc:InfoElement.Necessary="True"
@@ -64,8 +60,8 @@
64
hc:ScrollViewerAttach.Orientation="Horizontal"
65
hc:TitleElement.Title="{lang:Lang {x:Static lang:LangKey.IPConfigName}}"
66
62
hc:TitleElement.TitlePlacement="Left"
67
- MaxLength="50"
68
63
HorizontalScrollBarVisibility="Auto"
+ MaxLength="50"
69
Style="{StaticResource MyTextBoxStyle}"
70
Text="{Binding EditingIPConfig.Name, UpdateSourceTrigger=PropertyChanged}">
71
<i:Interaction.Triggers>
0 commit comments