When you delete an item, the background panel is still drawn. Only modifying the size of the view recomposes it...
B4X:
Private Sub xGridListView1_ItemLongClick(Text As String,Value As Object)
Log("Long or Right Click " & Value)
xGridListView1.removeAt(xGridListView1.getIndexFromValue(Value))
End Sub