Howto change the height of a row in Layout

Hello,

is it possible to change the height of a row after initialization?

I want to increase/decrease the height of a row with two buttons in a toolbar.

Thank you in advance

Horst Muerdter
CrossData-Tools

The next must work

$$(“some_cell”).define(“height”, 100);
$$(“mylayout”).resize();

some_cell - id of view in the “mylayout”