Page 1 of 1

How do I limit the scrolling width of a table field? V4.5.2

Posted: Sat Jun 18, 2011 6:29 pm
by quailcreek
Hello,
I have some table fields, not DataGrids, that have from 3 to 7 columns with the tabs defined to the widths I need and the width of the field set accordingly. The fields contain data which needs to be filled in or edited by the user. When the tab or right arrow keys are pressed the field will scroll beyond the right side limit of the field. How do I prevent this?

Re: How do I limit the scrolling width of a table field? V4.5.2

Posted: Sat Jun 18, 2011 11:28 pm
by bn
Hi quailcreek,

you can set the maximal editable columns in the properties inspector for the table field under table

That should take care of that
Bildschirmfoto 2011-06-19 um 00.24.40.png
Bildschirmfoto 2011-06-19 um 00.24.40.png (18.26 KiB) Viewed 2541 times
Kind regards

Bernd

Re: How do I limit the scrolling width of a table field? V4.5.2

Posted: Sun Jun 19, 2011 1:33 am
by quailcreek
Thanks a lot Bernard. I'm glad it was that simple.

Tom