mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
items control here
This commit is contained in:
parent
bafe0b1326
commit
caedc8fbc8
@ -540,14 +540,12 @@
|
||||
VerticalAlignment="Center"
|
||||
Text="{x:Bind Name}"
|
||||
TextWrapping="WrapWholeWords" />
|
||||
<ListView Grid.Column="1"
|
||||
<ItemsControl Grid.Column="1"
|
||||
Margin="0"
|
||||
Padding="-8,0,0,0"
|
||||
HorizontalAlignment="Left"
|
||||
AutomationProperties.Name="{x:Bind Name}"
|
||||
ItemTemplate="{StaticResource FlagItemTemplate}"
|
||||
ItemsSource="{x:Bind FlagList, Mode=OneWay}"
|
||||
SelectionMode="None" />
|
||||
ItemsSource="{x:Bind FlagList, Mode=OneWay}" />
|
||||
</Grid>
|
||||
</DataTemplate>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user