gpt4 book ai didi

wpf - VirtualizingStackPanel 如何决定何时卸载(处置?)虚拟化控件?

转载 作者:行者123 更新时间:2023-12-04 20:22:14 25 4
gpt4 key购买 nike

我正在使用 ItemsControl 在其 ControlTemplate 中使用 VirtualizingStackPanel。在某种程度上,我已经让虚拟化工作了。我已将调试语句放入我的 DataTemplate 中的控件的 Loaded 和 Unloaded 事件处理程序中,但它们不会在控件离开 View 后立即卸载。有什么办法可以强制这种行为吗?

最佳答案

您可能运气好将 VirtualizationMode 设置为 Recycled。 VirtualizingStackPanel.cs 的源代码中有注释表明回收模式会立即清理渲染器(而不是在后台执行):

    // 
// Delayed Cleanup is used when the VirtualizationMode is standard (not recycling) and the panel is scrolling and item-based
// It chooses to defer virtualizing items until there are enough available. It then cleans them using a background priority dispatcher
// work item
//

请注意,您可以在此处找到 VirtualizingStackPanel 的完整源代码:

http://referencesource.microsoft.com/netframework.aspx

关于wpf - VirtualizingStackPanel 如何决定何时卸载(处置?)虚拟化控件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4796145/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com