Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有自己的用户控件,其中数百个显示在网格中。我已经分析了我的代码,发现时间被
MyUserControl.InitializeComponent(),
即创建我的每一个MyUserControl。
UI 虚拟化将是完美的解决方案,即在控件可见之前不要创建控件,因为大多数控件都在屏幕外。但是,这些控件并不存在于 ItemsControl 中,所以无论如何在 WPF 中可以做到这一点?