Image in canvas

Hello,
Is it possible to put images in a canvas. I want an image, not a image.sprite or background.image.
For an application I would like to have X image in a canvas, but I don't know how many in advance (1 to 100) So I can't put image.sprites in forecast. Just like we can draw a line, put an image in x, y, size x, size y, file. Just for see it, not to use it
Maybe with an extension?

This is what you can do with images in a Canvas David:

You can anticipate required ImageSprites and set them before hand; set them invisible (Visible=false) and show them as required as a work around.

However it is not possible to use images in a Canvas the way you propose with Blocks.

It is not clear exactly what you want to do. Most users would use Image components in a Layout or use a Table arrangement.

You might show an image showing what one of your screens would look like.

You can use a dynamic components extension to generate image components on demand, if you do not know how many images you will want to display, is that what you want ?

Also, you could use the webviewer....

1 Like