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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -