|
484 | 484 | Width="16"
|
485 | 485 | Height="16"
|
486 | 486 | Margin="10,4,4,4"
|
487 |
| - RenderOptions.BitmapScalingMode="HighQuality" |
488 | 487 | Source="/Images/app.png" />
|
489 | 488 | <TextBlock
|
490 | 489 | Grid.Column="1"
|
|
1047 | 1046 | ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
1048 | 1047 | SelectedItem="{Binding SelectedPlugin}"
|
1049 | 1048 | SnapsToDevicePixels="True"
|
1050 |
| - Style="{DynamicResource PluginListStyle}"> |
| 1049 | + Style="{DynamicResource PluginListStyle}" |
| 1050 | + VirtualizingStackPanel.IsVirtualizing="True" |
| 1051 | + VirtualizingStackPanel.VirtualizationMode="Recycling"> |
1051 | 1052 | <ListBox.ItemsPanel>
|
1052 | 1053 | <ItemsPanelTemplate>
|
1053 | 1054 | <StackPanel Margin="0,0,0,18" />
|
|
1477 | 1478 | ItemsSource="{Binding ExternalPlugins}"
|
1478 | 1479 | ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
1479 | 1480 | SelectionMode="Single"
|
1480 |
| - Style="{DynamicResource StoreListStyle}"> |
| 1481 | + Style="{DynamicResource StoreListStyle}" |
| 1482 | + VirtualizingStackPanel.IsVirtualizing="True" |
| 1483 | + VirtualizingStackPanel.VirtualizationMode="Recycling"> |
1481 | 1484 | <ListBox.GroupStyle>
|
1482 | 1485 | <GroupStyle>
|
1483 | 1486 | <GroupStyle.ContainerStyle>
|
|
1587 | 1590 | Margin="20,20,6,0"
|
1588 | 1591 | HorizontalAlignment="Left"
|
1589 | 1592 | VerticalAlignment="Top"
|
1590 |
| - RenderOptions.BitmapScalingMode="HighQuality" |
1591 | 1593 | Source="{Binding IcoPath, IsAsync=True}"
|
1592 | 1594 | Stretch="Uniform" />
|
1593 | 1595 | </StackPanel>
|
|
1756 | 1758 | <ScrollViewer
|
1757 | 1759 | Margin="0,0,0,0"
|
1758 | 1760 | Padding="6,0,24,0"
|
1759 |
| - ScrollViewer.CanContentScroll="False"> |
| 1761 | + ScrollViewer.CanContentScroll="False" |
| 1762 | + VirtualizingStackPanel.IsVirtualizing="True"> |
1760 | 1763 | <Grid Margin="0,0,0,0">
|
1761 | 1764 | <Grid.RowDefinitions>
|
1762 | 1765 | <RowDefinition Height="0" />
|
|
0 commit comments