form control render value in div / create readonly view

I want to render a lot of label / value information into a responsive format on a page. I think that a form control with a combination of the formInput component and a template that renders the value as html.
Correct? or are there other controls that can render a label / value layout as text/html? but the formpinput renders a fieldset…

All I want is just a text component that does not render a input control, but a div control with the value.

you need a flexlayout in a scrollview
https://webix.com/snippet/1593da9a
scrollview is not required if items are few

Thanks! But now I’m missing the alignment of the labels and values, like in a form.

something like this?

https://webix.com/snippet/50e90645