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 e63670e commit 57cfbcbCopy full SHA for 57cfbcb
IPConfig/Views/IPConfigDetailView.xaml
@@ -61,9 +61,11 @@
61
hc:InfoElement.Necessary="True"
62
hc:InfoElement.Placeholder="{Binding AutoComplete.Name}"
63
hc:InfoElement.ShowClearButton="True"
64
+ hc:ScrollViewerAttach.Orientation="Horizontal"
65
hc:TitleElement.Title="{lang:Lang {x:Static lang:LangKey.IPConfigName}}"
66
hc:TitleElement.TitlePlacement="Left"
67
MaxLength="50"
68
+ HorizontalScrollBarVisibility="Auto"
69
Style="{StaticResource MyTextBoxStyle}"
70
Text="{Binding EditingIPConfig.Name, UpdateSourceTrigger=PropertyChanged}">
71
<i:Interaction.Triggers>
0 commit comments