Hi all - I am using a custom item renderer with a datagrid where variableRowHeight is set to true. The item renderer extends from UIComponent and contains a single UITextField. In renderer.commitProperties I explicitly set the UITextField and the item renderer to have the same height, which is usually 20 pixels.
The height is actually rendering at 24 pixels. If I change the height to 18 pixels, the row renders at 22 pixels - always 4 more than what I set. This only happens when variableRowHeight is true - if I turn variableRowHeight off, I get the correct row height. Does anyone know why this is happening or what I can do to fix/work around it??? Thanks in advance!

