wxGo
wxGo copied to clipboard
How to add data to DataViewListCtrl?
I tried to use appendItem to add to a dataviewlist that has two text columns. In the docs it says it requires a wxVector<wxVariant>. I tried a few things but I'm not sure how to implement that. How does append a row to the list?
Sorry, if its a trivial question.
wxVector isn't wrapped yet... I will do it asap
Closed by c981d316e99205c656d402a899e64924038a89fa right?
@Asday Ah, actually yes. I'm leaving this open to remind myself that the feature of subclassing from DataListViewModel
is still not implemented, and we may needs an example to show the usage of DataViewListCtrl
.
I'm similarly trying to sub-class wx.GridTableBase
to use with wx.Grid
and not getting very far. And example of this would be extremely helpful. Thanks for you work!