Responsive Vertical height

When I add radzen components like row,column etc. they are not Responsive about vertical height by default.

Since I am bad at front-end, I am using editor. However couldn't find any solution to it.

How can i make vertical responsive RadzenRow or Columns?

Indeed RadzenRow and RadzenColumn handle only horizontal responsiveness out of the box (similar to other frameworks like Bootstrap). They don't have "vertical responsiveness" built-in.

Hey @korchev,

My question was;

Instead of editor, should I need to hardcoded it?

And my answer was that they don't support that.

You can set the height of your component to something like calc(100vh - 300px) to get it to resize automatically and be vertically responsive.

1 Like

Yes it worked. Thank you for the reply.