Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » ArrayCtrl vs GridCtrl
Re: ArrayCtrl vs GridCtrl [message #38251 is a reply to message #38249] Fri, 07 December 2012 23:33 Go to previous messageGo to previous message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

Take a look at: http://digitalsoftware.pl/dgs.php?page=upp&sub=grid
In the beginning ArrayCtrl had less features than today. I decided to write my own control then but even now it has more features that ArrayCtrl. The only noticeable difference is lack of virtual rows in gridctrl. Inside grid is simply a Vector<Vector<Value>> and grid ctrl is quite well optimized to display it. ArrayCtrl can be faster if you use conveners for columns because it uses some kind of cache. However in most cases I had never performance issues (even if I loaded 500.000 rows on my athlon x2 machine.
And that's true that documentation is poor. There is few features nobody knows about because of that. I have to fix it Smile
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: To set data in GridCtrl's Indicator
Next Topic: Autosizing GridCtrl columns
Goto Forum:
  


Current Time: Tue Jun 17 00:29:09 CEST 2025

Total time taken to generate the page: 0.04194 seconds