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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -