You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use appendItem to add to a dataviewlist that has two text columns.
In the docs it says it requires a wxVector.
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.
The text was updated successfully, but these errors were encountered:
@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!
I tried to use appendItem to add to a dataviewlist that has two text columns.
In the docs it says it requires a wxVector.
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.
The text was updated successfully, but these errors were encountered: