Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I use listview to display data ( there are 20000 records ) but for some reason it is crashing . Anyone have a way to fix this? Thank you
System.Windows.Data.Binding lisproxy = new System.Windows.Data.Binding()
{
Source = listViewTableProxy,
};
listViewDocuments.SetBinding(System.Windows.Controls.ListView.ItemsSourceProperty, lisproxy);
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.