How to disable image in Listview?

I have to get data from firebase in list formate.
So i used Listview Image and Text component to add item in the list.
But i dont want to show any image in the list but it taking the space in the list so how to disable the image?

Just use listview and not image with listview

but it does not have add item option

You have to use add item to list and then again set the list view’s elements

can you please explain me in detail?

Create empty list in a global variable then when you want to add items to the list view then use add items block and add items to the global list.

When you done, then set global list as list view elements.

2 Likes

image

Try this

2 Likes