Any list-view like control for working with database?
Petr Prikryl
PrikrylP at skil.cz
Thu Oct 25 03:15:05 PDT 2007
Riccardo Cohen wrote:
>
> I would try wxListCtrl or wxGrid (more for spreadsheet)
As I now use wxListView that is said (in the doc)
to present simpler interface to wxListCtrl, would it
somehow different to use wxListCtrl instead of wxListView.
I mean, brings the "more complicated interface of wxListCtrl"
some advantage when trying to implement the wanted
things (see below).
Thanks,
pepr
> Petr Prikryl wrote:
> > Is there any generally used control for displaying
> > the results of, say, SQL commands, and for navigating
> > through the rows...
> >
> > I am experimenting now with virtual wxListView, which
> > is fine for me for displaying the data. Is there some
> > extension that implements things like capturing the
> > events for sorting by a chosen column, filtering
> > rows by the pattern of a column, inserting new record, etc.
More information about the wx-users
mailing list