Page 1 of 1

rounded corners

Posted: Sun Jun 12, 2022 1:28 pm
by Ivica
Sorry for the ‘stupid’ question. I'm a c / c ++ programmer and this is just my hobby. B
ut what is the best way to display rtl (rich) text, mixed text and images, the size of a couple of pages A4 A4 format. The text is static, no table or similar dynamic content.

It should fit into the layoutgrid.

I can combine text and image objects, and achieve what I want. But I wish it was all set in the background with rounded corners.

Re: rounded corners

Posted: Sun Jun 12, 2022 1:34 pm
by Pablo
Most objects support rounded corners via the 'border-radius' property.

Re: rounded corners

Posted: Sun Jun 12, 2022 1:43 pm
by Ivica
I found temporary slution using listview and using only one item.
I can't see the other way.

Re: rounded corners

Posted: Sun Jun 12, 2022 1:49 pm
by Ivica
Well, that was really stupid question.

I found a way on a layout grid itself.

Re: rounded corners

Posted: Sun Jun 12, 2022 2:16 pm
by basstuuk
there are no stupid questions, there are stupid answers :roll: :roll:

Groet Bas