L
Lloyd Dupont
Because of an upcoming .NET database application on PPC we are
currently writing at 5D (http://www.ihook.cc, no link to our future .NET
product yet), we wrote a custom DataView viewing control.
It could handle DataView as well as DataGrid do, but also handle a more
abstract and generic data model.
every single row or header is customizable, resizable, editable.
It has acceptable performance however there is some issue with the speed of
drawing and scrolling (I use BitBlt to do less drawing and speed up the
scrolling,
but that's not perfect)
all the source code is here (and partially documented) and it cames with a
small example, just hit 'F5':
http://www.ihook.cc/opensource/PocketWidgets.zip
(a tip for editing: 1 clic select, second clic edit)
you could preview a screenshot of our application (featuring this control
:
http://www.ihook.cc/opensource/search-3.png
we would set up a web page one day .....
feedback: (e-mail address removed)
Enjoy,
Lloyd
currently writing at 5D (http://www.ihook.cc, no link to our future .NET
product yet), we wrote a custom DataView viewing control.
It could handle DataView as well as DataGrid do, but also handle a more
abstract and generic data model.
every single row or header is customizable, resizable, editable.
It has acceptable performance however there is some issue with the speed of
drawing and scrolling (I use BitBlt to do less drawing and speed up the
scrolling,
but that's not perfect)
all the source code is here (and partially documented) and it cames with a
small example, just hit 'F5':
http://www.ihook.cc/opensource/PocketWidgets.zip
(a tip for editing: 1 clic select, second clic edit)
you could preview a screenshot of our application (featuring this control
:
http://www.ihook.cc/opensource/search-3.png
we would set up a web page one day .....
feedback: (e-mail address removed)
Enjoy,
Lloyd