I have a listview of labels.
If after an update the textual content of one label is increased (enough to add a second line),
only the label seems to be redrawn. The listview is not redrawn and the increased content of
the label overlaps it.
Any solution to solve this without having to reload the whole list?
Thanks.