Hi Guys,
I want to know how I can clean a multicolums list control which has been filled of old data. Does anyone know how to do that efficently?
I have already tried to pass an empty string array to the Item Names property of the control but it doesn't work. I have also tried to build, using the initialize array function, an array with the same number of rows and colums of the multiculums list control I want to clean, taking the number of elements from the Item Names property, and assigning the initialized array to the Item Names property; it hasn't worked again. I've also looked at the methods list of the controls to look for a method which cleans the list, but I can't find any method which does this job. Hence, how can I clean the list of a multicolums list control which shows some old data?