I have a ListBox of constant size 4
I can Add n number of ListBoxItems,Once size exceeds 4 I have enabled scroll bar,
Problem:when scroll is enabled(more than 4 items), whenever i delete last item, there is a white patch in place of deleted Item.
Patch goes off only when I touch the scroll bar.
I tried ListBox.Invalidate(), But no use