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"
|
VerticalAlignment="Center"
|
||||||
Text="{x:Bind Name}"
|
Text="{x:Bind Name}"
|
||||||
TextWrapping="WrapWholeWords" />
|
TextWrapping="WrapWholeWords" />
|
||||||
<ListView Grid.Column="1"
|
<ItemsControl Grid.Column="1"
|
||||||
Margin="0"
|
Margin="0"
|
||||||
Padding="-8,0,0,0"
|
HorizontalAlignment="Left"
|
||||||
HorizontalAlignment="Left"
|
AutomationProperties.Name="{x:Bind Name}"
|
||||||
AutomationProperties.Name="{x:Bind Name}"
|
ItemTemplate="{StaticResource FlagItemTemplate}"
|
||||||
ItemTemplate="{StaticResource FlagItemTemplate}"
|
ItemsSource="{x:Bind FlagList, Mode=OneWay}" />
|
||||||
ItemsSource="{x:Bind FlagList, Mode=OneWay}"
|
|
||||||
SelectionMode="None" />
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</DataTemplate>
|
</DataTemplate>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user