Use virtualized list to improve large queue performance
This commit is contained in:
parent
248fdfd2bc
commit
ec497f4f81
@ -35,6 +35,11 @@
|
|||||||
VerticalScrollBarVisibility="Auto"
|
VerticalScrollBarVisibility="Auto"
|
||||||
AllowAutoHide="False">
|
AllowAutoHide="False">
|
||||||
<ItemsControl ItemsSource="{Binding Items}">
|
<ItemsControl ItemsSource="{Binding Items}">
|
||||||
|
<ItemsControl.ItemsPanel>
|
||||||
|
<ItemsPanelTemplate>
|
||||||
|
<VirtualizingStackPanel />
|
||||||
|
</ItemsPanelTemplate>
|
||||||
|
</ItemsControl.ItemsPanel>
|
||||||
<ItemsControl.ItemTemplate>
|
<ItemsControl.ItemTemplate>
|
||||||
<DataTemplate>
|
<DataTemplate>
|
||||||
<views:ProcessBookControl DataContext="{Binding}" />
|
<views:ProcessBookControl DataContext="{Binding}" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user