C
cody
System.Windows.ListView is incredible slow if filling huge amounts of data
in (>3000).
Additionally there is no such thing like good ol callback-items in .NET. Why
didn't they allowed a similar behaviour with databinding in ListView?
Is there a workaround for that? Is is possible to use the winapi to fill a
System.Windows.ListView or is there a good third party ListView?
Do not tell me something about DataGrid - this is the most crappy control
I've ever seen, and it is for most tasks unusable.
I want to create a huge explorer like file list which I then want to display
to the user.
Any ideas?
in (>3000).
Additionally there is no such thing like good ol callback-items in .NET. Why
didn't they allowed a similar behaviour with databinding in ListView?
Is there a workaround for that? Is is possible to use the winapi to fill a
System.Windows.ListView or is there a good third party ListView?
Do not tell me something about DataGrid - this is the most crappy control
I've ever seen, and it is for most tasks unusable.
I want to create a huge explorer like file list which I then want to display
to the user.
Any ideas?