how to edit single item list

Hi.
I have a list like this: https://snippet.webix.com/b9c8i1ra
Is it possible to change the height of a single item when I click on it?

Hey @AndreaC, I’m not sure of the best possible way to do this, but for now i can recommend you doing something like this: https://snippet.webix.com/92xwia9v. This solution isn’t ideal as we are using !important here to override the default list item height (defined via inline css).

Ty for the answer, i will try it!