cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a grid with images inside?

0 Kudos

Hello everyone,

I'm trying to develop a SAPUI5 application that shows a collection of images with their titles in a grid layout.

I've tried the following:

  1. Using sap.ui.layout.Grid in combination with HBox wrapping an sap.m.Image and an sap.m.ObjectIdentifier
  2. Using a Grid in Combination with CustomTiles/GenericTiles
  3. Using a Grid with ImageContents

But nothing of that brought pleasing results... I am looking for something like this:

How can I achieve a Grid like this in UI5?

kind regards,

Marvin

Accepted Solutions (0)

Answers (1)

Answers (1)

iftah_peretz
Active Contributor
0 Kudos

Hi,

If you don't like the second option you tried, I would look for some external lib to get this done (e.g. this one). Of course, you'd need to choose the best fitting one to your needs (licensing wise, API, ease of integration to SAPUI5 framework etc.).