mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
limit ex/import uid selections height
This commit is contained in:
@@ -15,14 +15,16 @@
|
||||
mc:Ignorable="d">
|
||||
|
||||
<Grid>
|
||||
<cwc:HeaderedContentControl Header="{shuxm:ResourceString Name=ViewDialogExportUIGFSubtitle}">
|
||||
<ItemsControl Margin="0,4,0,0" ItemsSource="{x:Bind Selections}">
|
||||
<ItemsControl.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<CheckBox Content="{Binding Uid}" IsChecked="{Binding IsSelected, Mode=TwoWay}"/>
|
||||
</DataTemplate>
|
||||
</ItemsControl.ItemTemplate>
|
||||
</ItemsControl>
|
||||
</cwc:HeaderedContentControl>
|
||||
<ScrollViewer MaxHeight="480">
|
||||
<cwc:HeaderedContentControl Header="{shuxm:ResourceString Name=ViewDialogExportUIGFSubtitle}">
|
||||
<ItemsControl Margin="0,4,0,0" ItemsSource="{x:Bind Selections}">
|
||||
<ItemsControl.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<CheckBox Content="{Binding Uid}" IsChecked="{Binding IsSelected, Mode=TwoWay}"/>
|
||||
</DataTemplate>
|
||||
</ItemsControl.ItemTemplate>
|
||||
</ItemsControl>
|
||||
</cwc:HeaderedContentControl>
|
||||
</ScrollViewer>
|
||||
</Grid>
|
||||
</ContentDialog>
|
||||
|
||||
@@ -64,14 +64,17 @@
|
||||
|
||||
</cwc:UniformGrid>
|
||||
|
||||
<cwc:HeaderedContentControl Grid.Row="1" Header="{shuxm:ResourceString Name=ViewDialogImportUIGFSubtitle}">
|
||||
<ItemsControl Margin="0,4,0,0" ItemsSource="{x:Bind Selections}">
|
||||
<ItemsControl.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<CheckBox Content="{Binding Uid}" IsChecked="{Binding IsSelected, Mode=TwoWay}"/>
|
||||
</DataTemplate>
|
||||
</ItemsControl.ItemTemplate>
|
||||
</ItemsControl>
|
||||
</cwc:HeaderedContentControl>
|
||||
<ScrollViewer MaxHeight="480">
|
||||
<cwc:HeaderedContentControl Grid.Row="1" Header="{shuxm:ResourceString Name=ViewDialogImportUIGFSubtitle}">
|
||||
<ItemsControl Margin="0,4,0,0" ItemsSource="{x:Bind Selections}">
|
||||
<ItemsControl.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<CheckBox Content="{Binding Uid}" IsChecked="{Binding IsSelected, Mode=TwoWay}"/>
|
||||
</DataTemplate>
|
||||
</ItemsControl.ItemTemplate>
|
||||
</ItemsControl>
|
||||
</cwc:HeaderedContentControl>
|
||||
</ScrollViewer>
|
||||
|
||||
</Grid>
|
||||
</ContentDialog>
|
||||
|
||||
Reference in New Issue
Block a user