Icons large as buttons in toolbar

I have to make a menu with icons like this in a webdialog :

I tried the webmenu but icons come out very small how can I do?

Hi Stefano,

If the WebToolbar doesn’t adapts to your needs, you can recreate that GUI using Containers.

For example, create a container 90x90px web container with a WebImageViewer on top and a WebLabel below. In order to handle the click on the whole button, you can add a WebCanvas on top and implement the Pressed event.

You will then be able to reuse that control by hand, dropping it directly on your WebDialog, or even create another toolbar Container combining them.

Please give it a try, and let us know if you need any help.

1 Like