Hiding and showing list view components

I have created list view components and I want to hide when it's empty and show when an item is added

If a listview's height is set to automatic, then when the listview elements is empty, the listview will not be visible by default.

If a listviews height is set to pixels, percentages or fill parent then you will need to use a condition block like this:

image

1 Like

A post was merged into an existing topic: Listview = null. (Need a test)