|
607 | 607 | <ScrollViewer
|
608 | 608 | Margin="0,0,0,0"
|
609 | 609 | Background="{DynamicResource Color01B}"
|
610 |
| - ScrollViewer.CanContentScroll="False"> |
| 610 | + ScrollViewer.CanContentScroll="False" |
| 611 | + VirtualizingStackPanel.IsVirtualizing="True"> |
611 | 612 | <StackPanel Margin="5,18,25,30" Orientation="Vertical">
|
612 | 613 | <TextBlock
|
613 | 614 | Grid.Row="2"
|
|
1506 | 1507 | <DataTemplate>
|
1507 | 1508 | <!-- Hover Layout Style -->
|
1508 | 1509 | <Button
|
1509 |
| - x:Name="StoreListItem" |
| 1510 | + Name="StoreListItem" |
1510 | 1511 | Margin="0"
|
1511 | 1512 | Padding="0"
|
1512 | 1513 | HorizontalAlignment="Stretch"
|
|
2251 | 2252 | <ScrollViewer
|
2252 | 2253 | Margin="0,0,0,0"
|
2253 | 2254 | Padding="0,0,6,0"
|
2254 |
| - ScrollViewer.CanContentScroll="False"> |
| 2255 | + ScrollViewer.CanContentScroll="False" |
| 2256 | + VirtualizingStackPanel.IsVirtualizing="True"> |
2255 | 2257 | <Border>
|
2256 | 2258 | <Grid Margin="5,18,18,10">
|
2257 | 2259 | <Grid.RowDefinitions>
|
2258 | 2260 | <RowDefinition Height="43" />
|
2259 | 2261 | <RowDefinition Height="80" />
|
2260 | 2262 | <RowDefinition Height="146" />
|
2261 |
| - |
| 2263 | + |
2262 | 2264 | <RowDefinition Height="50" />
|
2263 | 2265 | <RowDefinition Height="*" />
|
2264 | 2266 | <RowDefinition Height="50" />
|
|
2422 | 2424 | Click="OnAddCustomHotkeyClick"
|
2423 | 2425 | Content="{DynamicResource add}" />
|
2424 | 2426 | </StackPanel>
|
2425 |
| - |
| 2427 | + |
2426 | 2428 | <TextBlock
|
2427 | 2429 | Grid.Row="6"
|
2428 | 2430 | Margin="0,0,12,2"
|
|
2432 | 2434 | Foreground="{DynamicResource Color05B}"
|
2433 | 2435 | Text="{DynamicResource customQueryShortcut}" />
|
2434 | 2436 | <ListView
|
2435 |
| - Grid.Row="7" |
2436 | 2437 | Name="customShortcutView"
|
| 2438 | + Grid.Row="7" |
2437 | 2439 | MinHeight="160"
|
2438 | 2440 | Margin="0,6,0,0"
|
2439 | 2441 | Background="{DynamicResource Color02B}"
|
|
2545 | 2547 | <ScrollViewer
|
2546 | 2548 | Margin="0,0,0,0"
|
2547 | 2549 | Padding="5,0,24,0"
|
2548 |
| - ScrollViewer.CanContentScroll="False"> |
| 2550 | + ScrollViewer.CanContentScroll="False" |
| 2551 | + VirtualizingStackPanel.IsVirtualizing="True"> |
2549 | 2552 | <Border>
|
2550 | 2553 |
|
2551 | 2554 | <StackPanel>
|
|
2717 | 2720 | <ScrollViewer
|
2718 | 2721 | Margin="0,0,0,0"
|
2719 | 2722 | Background="{DynamicResource Color01B}"
|
2720 |
| - ScrollViewer.CanContentScroll="False"> |
| 2723 | + ScrollViewer.CanContentScroll="False" |
| 2724 | + VirtualizingStackPanel.IsVirtualizing="True"> |
2721 | 2725 | <StackPanel Margin="5,14,25,30" Orientation="Vertical">
|
2722 | 2726 | <TextBlock
|
2723 | 2727 | Grid.Row="2"
|
|
0 commit comments