ListCtrl: Images

Hello,
is possible add a second column with image in a listctrl?

···

--

Saludos / Best regards

Mario Lacunza
Email:: mlacunza@gmail.com
Personal Website:: http://www.lacunza.biz/
OpenOffice.org:: http://es.openoffice.org/
OpenOffice.org Perú:: http://openoffice-peru.com/
Hosting:: http://mlv-host.com/
Mascotas Perdidas:: http://mascotas-perdidas.com/
Google Talk: mlacunzav Skype: mlacunzav
MSN: mlacunzav@hotmail.com Y! messenger: mlacunzav

Hi,

···

On Mon, Dec 12, 2011 at 12:36 AM, Mario Lacunza mlacunza@gmail.com wrote:

Hello,

is possible add a second column with image in a listctrl?

Saludos / Best regards

Mario Lacunza

The ListCtrl provides a way to put images in the first column via ImageList as I recall. If you need more flexibility, you should try the UltimateListCtrl since it’s Python based and allows much more control.


Mike Driscoll

Blog: http://blog.pythonlibrary.org

This C++ method is wrapped and available in the Python class:

     bool SetItemColumnImage( long item, long column, int image );

···

On 12/11/11 10:36 PM, Mario Lacunza wrote:

Hello,
is possible add a second column with image in a listctrl?

--
Robin Dunn
Software Craftsman