home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / oop / macapp3 / 27 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!NewsWatcher!user
  2. From: werner@soe.berkeley.edu (John Werner)
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: Re: long GridView
  5. Followup-To: comp.sys.mac.oop.macapp3
  6. Date: 20 Nov 1992 19:33:54 GMT
  7. Organization: UC Berkeley School of Education
  8. Lines: 16
  9. Distribution: world
  10. Message-ID: <werner-201192113253@128.32.157.31>
  11. References: <1992Nov20.174230.13144@ucsu.Colorado.EDU>
  12. NNTP-Posting-Host: 128.32.157.31
  13.  
  14. In article <1992Nov20.174230.13144@ucsu.Colorado.EDU>,
  15. steelem@rintintin.Colorado.EDU (STEELE MARK A) wrote:
  16. > I am working on an application that uses the a ListView. This particular
  17. > app needs to be able to handle more then 32K items in the list.
  18.  
  19. The best answer is probably "roll your own".  If all you need is a list,
  20. with constant row heights, this probably won't be too hard.  And it will
  21. probably be easier in the long run than all the hacks you'll have to make
  22. to get TGridView to work.  The only tricky part will probably be
  23. remembering which items in the list are selected.  Perhaps you could do
  24. this with some sort of array or linked list of (start,end) selection
  25. ranges.
  26.  
  27. --
  28. John Werner                         werner@soe.berkeley.edu
  29. UC Berkeley School of Education     510-642-9651
  30.