Just a question

B

B3d

When will managed Windows forms get as fast of their counterparts in C/C++ ?
I think if there is only one weak point in dotNet performance, it is its
slow win forms, which make Win developers like me to deny the full power of
..NET. It is not just the load time that teases, we have too much overhead
with heavy treeViews and listViews that sometimes make us giving up the
whole project on .NET and going back to C++.
Thanks for any help.
 
M

Morten Wennevik

Hi B3d,

Well, with Avalon winforms might benefit of the 3d-acceleration of your graphics card. I'm not sure how an Avalon TreeView compares to an Win32/MFC one.

As for slow winforms in general, I disagree, most winforms will show no or very little difference. Most winforms don't use heavy treeviews or listviews.
 
G

grant

If you have large data sources then the standard .NET TreeView and
ListView components perform very poorly. You should maybe consider a
commercial alternative.

Infralution's VirtualTree provides almost instantaneous loading of
large data sources and can be configured to look like a standard tree,
a list view or combination tree/list view.

You can find a fully functional demo at:

www.infralution.com/virtualtree.html

Regards
Grant Frisken
Infralution
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top