Re: Grid for browsing a table

From: Dave (dave5397_at_btinternet.com)
Date: 04/28/04


Date: Wed, 28 Apr 2004 09:33:57 +0100

MSFlexGrid might be the answer. You could choose a moderate number of rows
in it (eg 10000) so you can scroll around in there ok (you can even have
pictures in it). When scrolling past either end, you need to refresh it
with new data.

Dave

"Michael Hoffmann" <m.hoffmann AT compar.cc> wrote in message
news:OGizVnTKEHA.1264@TK2MSFTNGP12.phx.gbl...
> Hello everyone,
>
> I'm looking for a grid control that can be used to display a fixed number
of columns for an unknown number of rows,
> in other words: It should be able to display a (huge) table without
feeding it all the data beforehand. It should
> request this data per row when the row is newly displayed and optimize for
a minimum number of requests (e.g.
> not requesting all data again when it scrolls).
>
> Any recommendations?
>
> Thank you very much!
>
> Michael.
>
>
>
>
>
>



Relevant Pages

  • Re: Frame packing problem with JTextArea containing wrapped text
    ... This is for fairly brief instructions, so I don't want a scroll pane. ... I want, in other words, to simply be able to specify the text to display and have everything work, without needing to specify a magic number somewhere else that has to be kept in synch with that text for things to work. ... They ARE correctly calculating their actual sizes, as indicated by the text itself not being cut off by the borders of the text areas. ... I didn't want to use invokeLater in this particular case because then the main method would run off the end presumably before it actually invoked and generated a GUI. ...
    (comp.lang.java.gui)
  • Re: Can I disable this: OE scrolls down NG list autoly
    ... Otherwise, in my case, the display was scrolled down so that the "unread" ... It is not necessary to choose a thread with no responses. ... when I scroll down, I found a thread that had a response in the interim. ... is nothing that will change the sort order on its own. ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: Odd problem on Amazon pages
    ... they've complicated the display of some of their ... Go to the web site of your video card manufacturer, ... If I scroll down half way, ... I have WinXP, 768RAM, nVidia GeForce3 Ti200 with updated drivers. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: GDI+ Custom Control
    ... I have actually done this already; my first MFC program was a medical data display and I ... First, I would treat each of the "tiles" as being a separate window, each a child window ... You scroll the tile. ... So there would be one "tile" for Heart ...
    (microsoft.public.win32.programmer.gdi)
  • Re: Plot bitmap lines
    ... but which could generate no better resolution than my window had. ... To scroll quickly, use ScrollWindow, and then have your OnPaint handler be smart about the ... Basically I'm receiving lots of 1280x1 lines in real time and I need to ... display this data along the Y axis. ...
    (microsoft.public.vc.mfc)