How to create circle image in Deep-host custom design list view?

I create an app where i use Deep-Host custom design list view extension there i create a icon, i want that icon to view in circle. I have attach an image of my project app.

Chiko…mico…lico…dico :joy: :laughing: :rofl:
Sorry if anyone get hurted.

Do you think we are wizards?
Please show your relevant blocks.

Also it is recommended to not use Deep Host extensions until he provides support to his extensions.

Capture.JPG1

Are you sure that extension shows rounded image?

no i don’t know but i want a solution for it.

It can’t possible

it is possible for deep host, he has modify his custom list view extension icon into circle icon

hi @MJ_BUNNY_T.V, if you want to create cards according to you then
i would like to suggest you use to dynamic components to create own layout…

i dint think it will possible to create how i want

is it possible to create like this attachment with dynamic components237f1f8046c79674500a37ae7df2a5ccbaa5c6b8_2_236x500

yes its possible…

i dont have much idea about dynamic components and i dont know how to create list with it

you can visit this post…

what about round icon ??

use dynamic card set it radius to 100 or whatever you want… and set paddings to 0
and inside cardview you can create image whose height and width will be fill parent…
therefore you have created round image.
or
you can use image editor component(but i have never tried that)…
but you cannot change layout design in deephost extension.
anyway if this post helped you mark it as solution …

2 Likes

Use of image editor is light and very easy as compared to othee method you suggested
Btw thanks that method is also useful for some users

if that helped mark it as solution. :relaxed:

How can I set image as fill parent in dynamic component?

by setting width to -2 for fill parent.
and for automatic you will set to -1.

2 Likes

Oh thank. You are always ready to help