J
Juan Pedro Gonzalez
Helo,
I'm developing an application wich needs to return a lot of data to the
user.
Part of this data whould be of general interest therefore it should be shown
clearly on screen. I also have more detailled data, wich should be shown in
a smaller font, or it should "expand" and contract in some manner.
I guess a listview ike the one showed in the Pocket PC inbox would do the
work, buy I can't manage to get a sample of this code or a similar one. I
know of the existence of Rescos ListView control, but I would be better off
not using third party controls. On the other hand I started thinking on
bulding my own control, but it seems to get really slow compared to the
inbox list.
Another nice option would be merging a listview and a TreeView control,
similar to that found on eMule... Where I could show a listview with the
general information, and expand or contract the detailed information.
My workaround at the moment is placing a Listview with the general
information data, and when I click on an item, another pane would show the
detailed data. This would work nice on a desktop PC as the screen size isn't
a problem, but on Pocket PC I get quite a really "compressed" wich doesn't
look quite good.
If anyone could shed some light on this topic, or give me some ideas on it I
would be really thakfull.
I'm developing an application wich needs to return a lot of data to the
user.
Part of this data whould be of general interest therefore it should be shown
clearly on screen. I also have more detailled data, wich should be shown in
a smaller font, or it should "expand" and contract in some manner.
I guess a listview ike the one showed in the Pocket PC inbox would do the
work, buy I can't manage to get a sample of this code or a similar one. I
know of the existence of Rescos ListView control, but I would be better off
not using third party controls. On the other hand I started thinking on
bulding my own control, but it seems to get really slow compared to the
inbox list.
Another nice option would be merging a listview and a TreeView control,
similar to that found on eMule... Where I could show a listview with the
general information, and expand or contract the detailed information.
My workaround at the moment is placing a Listview with the general
information data, and when I click on an item, another pane would show the
detailed data. This would work nice on a desktop PC as the screen size isn't
a problem, but on Pocket PC I get quite a really "compressed" wich doesn't
look quite good.
If anyone could shed some light on this topic, or give me some ideas on it I
would be really thakfull.