Title: gridHeight attribute on table textedit Post by: Adrian L. on September 22, 2017, 07:01:40 am Dear All,
If I define a TextEdit inside a TABLE, how can I set the height of it (I would like it to show 3 text line in each TABLE row) in run time? Is gridHeight the correct attribute? I am using Windows GDC. Thanks Cheers, Adrian Title: Re: gridHeight attribute on table textedit Post by: Laurent G. on October 03, 2017, 06:18:18 pm Hello Adrian,
The trick is to set the rowheight attribute in the misc section for a table container: (https://content.screencast.com/users/Laurent_FourJs/folders/Jing/media/585322f3-6162-4e72-bf61-60380806fb47/00000504.png) Let me also point you to the Studio doc on organizing Table containers => http://4js.com/online_documentation/fjs-gst-manual-html/#gst-topics/c_gst_formdesigner_widgetlist_006.html Best Laurent |