Hi
if i have for example 5 items in sCheckListBox and then i do the following
slistbox1.beginupdate;
try
slistbox1.clear;
slistbox1.add…
slistbox1.add…
finally
slistbox1.endupdate;
end
the redrawing of the component with the items are wrong, the old values are still drawn but cannot be selected
so if i had 5 items then i clear the component and add 2, i see the 2 and can work with them
but i also see the other 3 (from before) but can't do anything (click on) with them