Responsive List + Bitmap Container

Hello!

I'd like to use the items in a bitmap container as content for the responsive list.
For various reasons, I want no header, no footer and just the content which has to come from a bitmap container. This is for a study in frictionless UIs that I'm doing for a product and also because it should be used in an app to publish to the app stores to see if this would work in the wild in the way I expect it should.
How can I do this? I can't find an image index property which is what I'd expect to find and the responsive list demo uses URLs which is clearly not something I want because my images are all SVG and I'd rather have them built in the app.

Cheers!

You can remove the header with setting Appearance.ItemHeader Height = 0.
When you connect a BitmapContainer, you can insert an image from the bitmap container in a responsive list item via HTML based on the name of the item in the bitmap container, i.e.
<img src="name">

Hey!

This works quite well except that I'd like the image to take all the space for the item. However, I have realised there's a far better control for what I want to do and that's the tile list, which I have managed to wrangle into doing my bidding ;-) I'll post a new message because it's still not quite there yet - although it's a lot of progress

On the IMG tag you could set a width/height attribute, but I guess you have a variable width of the item anyway given you want to use the responsive list?

My main reason I wanted to use the responsive list is that I'd like to use that for both Macs and Androids/iPhones and so different screen sizes etc. But I think a tile list might work as well with SVG so for now I'm sticking with that :slight_smile: