Extend the view of Listview

Hi all,

I can't seem to find a way to extend the height of my listview so it shows more selection of my list variable.

Here's my listview, it only show the first row. I would like it to show all the data show it fill up the white space below. I have tried adjusting the block height to fill parent but that does not seem to do the trick.
Listview

The data is actually there, if I press the down key I can browse through my listview data one by one but I would like it to extend the view by default.

Thanks all,

The link given isn't working.

Also, please import the image, instead of sending a link:
image

Thanks @NishyanthKumar for looking into this.

I'm not sure, but you could use a ListPicker.

It's basically a combination of a Button and a ListView. It appears on the screen as a button, but when you click on it, it'll expand to fit the whole screen, as a list.

You still have the the Elements component too.

Set listview height to fill parent, turn off screen scrollable. Listview will then scroll.

2 Likes

Thanks a lot, that works.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.