setItemHeight on textarea

Hi.
I have a form with textarea item.

{type:“input”, name: “name”, label: “label”, inputWidth: 120, offsetLeft: 4, offsetTop: 5, rows:3, style:“width:120;height:65px;”}

I need to change height on Panel Resize Finish, now I’m doing this:

myFormLayout.attachEvent(“onPanelResizeFinish”, function(names){
myForm.setItemHeight(“name”, myFormLayout.cells(‘c’).getHeight());
});

But this doesn’t work, any idea how can I do this?
Thanks in advance.
(dhtmlxSuite, Version: 4.4, Edition: Standard)

The problem is confirmed. Please, open support ticket so we can provide you a fix.

Are there any news about this topic - I still have the same problem with Suite 5.2 Pro and can´t find a solution

The problem was fixed in the 5.x version of the dhtmlxSuite.
If the problem still occurs for you could you please, provide a complete demo or a demo link, where the problem can be reconstructed.