本文介绍了虚拟化 WrapPanel的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
WPF 4 是否还包含一个虚拟化的 WrapPanel,或者是否可以轻松地从现有面板派生一个.我想做一个地址视图,比如outlook 有.
Does WPF 4 contain also a virtualizing WrapPanel or is it easy to make one deriving from an existing panel. I want to make an address-view such as outlook has.
推荐答案
我认为不可能实现具有完全虚拟化(双向)的 WrapPanel,但请查看:http://virtualwrappanel.codeplex.com/
I don't think its possible to implement a WrapPanel with full virtualization(on both directions), but check this out : http://virtualwrappanel.codeplex.com/
这篇关于虚拟化 WrapPanel的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!