c++ - Custom row in wxListCtrl -


is possible use/create custom row wxlistctrl? need show dinamic list composed more elements (text, progressbar, buttons). this:

1 - text - progress-bar - button1, button2, button3, button 4

2 - text - progress-bar - button1, button2, button3, button 4

...

the documentation explains how create text-based wxlistctrl. knows how create it?

you have use wxdataviewctrl beyond simple text (with maybe icon in first column).


Comments