0
kicks
Zoomable Canvas Control
Kael has a nice series on the Zoomable Canvas control
The usage is something like
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<ZoomableCanvas Loaded="ZoomableCanvas_Loaded"
RealizationLimit="1000"
RealizationRate="10"
RealizationPriority="Background"/>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>