06-13-2011 04:42 AM
Hi,
I am able to edit into multicolumn listbox. But i am not able to write into empty boxes... How to do that???
Regards,
Amit
06-13-2011 05:28 AM
Have you made the control editable, right ckick on the listbox control and make sure 'Editable' is ticked. Now run your program and see if you can enter text at run time.
Ian
06-13-2011 05:47 AM
thanks man.. I am able to edit if the data is already present... but if it is not I am not able to enter any values....
Regards,
Amit
06-13-2011 06:19 AM
Hi Amit,
Have you initialised the item names with any default values? If not try initialising the item names to a 2D size that will be large enough for you're requirements. Once this size is set in edit mode you can't enter data at runtime outside of this initialised area.
Ian