I am using the listbox and setting the datamode to additem. Using the column collection editor, i add several columns and set their widths and captions. When i compile, i get a message in VB:
Option Strict On disallows implicit conversions from 'System.Collections.ICollection' to 'System.Drawing.Image'.
I can fix this but it is a bug.
More important to me tho is that when i call additem to add a row to the list, the col headings and width all revert to defaults. I tried turning off autosize but to no avail. what am i doing wrong?
Click here to view the original newsgroup article (read only).