I have a (.4fd) form that contains a table with 1 column. The FormField has a TextEdit widget with a vertical scrollbar. Is there a way to make each TextEdit line taller, in the table, to display more than 1 row of text at a time?
This can be done with a TextEdit widget used alone (not in a table) by setting the GridHeight, but I don't see a way when inside a table.