Skip to content

Commit 57cfbcb

Browse files
committed
Add horizontal scroll support to Configuration Name TextBox
1 parent e63670e commit 57cfbcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IPConfig/Views/IPConfigDetailView.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@
6161
hc:InfoElement.Necessary="True"
6262
hc:InfoElement.Placeholder="{Binding AutoComplete.Name}"
6363
hc:InfoElement.ShowClearButton="True"
64+
hc:ScrollViewerAttach.Orientation="Horizontal"
6465
hc:TitleElement.Title="{lang:Lang {x:Static lang:LangKey.IPConfigName}}"
6566
hc:TitleElement.TitlePlacement="Left"
6667
MaxLength="50"
68+
HorizontalScrollBarVisibility="Auto"
6769
Style="{StaticResource MyTextBoxStyle}"
6870
Text="{Binding EditingIPConfig.Name, UpdateSourceTrigger=PropertyChanged}">
6971
<i:Interaction.Triggers>

0 commit comments

Comments
 (0)