I’m using a Colin TreeListView extension and it includes a label on the screen, where a list is empty, a label is visible. Otherwise, it is invisible.
It turns out that so far so good. But the problem is that when I leave the screen or the application and go back to the same screen again, a label appears right there with the items on the list.
See that there is a label below. Which will appear if the list is empty.
And when I add something to the list it is invisible. So far so good … but then when I leave the app and re-enter the label is visible even though there are items in the list.
The label is becoming visible or not when I add something to the list (so far so good). And when it’s invisible, every time I open the app again, it becomes visible again (that’s the problem).
It must remain invisible.