How can we get the Columns width in TableView
When i use the forms[FormName].elements*.getWidth() it gives me 0*
Thanks
I am pretty sure you can’t…
Maybe the Table Bean from Dr Maison can give you such info.
erdione:
How can we get the Columns width in TableView
When i use the forms[FormName].elements*.getWidth() it gives me 0*
Thanks[/quote]
On the other hand perhaps it will be useful to you to know that if you anchor every field left and right, these will expand to full size of the list, and still remain resizable! Also if you want any column to have a fixed width, just don’t anchor that one.
hth,
miguel
Wow Miguel, it looks like ServoyWorld inspired you again