Hi @Velkumar ,
this could be done with repeater widget + grid layout in it with columns. In which column we have to add a widget for the item display. e.g. label for text display or e.g. Image widget for image display ... etc.
when I use the GetFileWithLinks service of a Repository thing and link it to a dataGrid widget. This will make it automatik display but all fields are displayed as text:

The link are also displayed as text.
In a repeater you can also link a source property to the link and in this case it will display the link as picture /if it is a real picture:

In the repeater the same service is used : GetFileListingWithLinks . All Items are linked to the repeater data property:

We can see when we create binding of the link to the source property of a image it will display it and if we link to the text property of a label it will display the link as text