Bonjour,

I have a data grid "DataGrid" defined with the Inspector. The columns' headers are aligned to left.

In order to get the columns headers centered I do the following :
------
   put the dgProp["columns"] of group "DataGrid" into theColumns
   repeat for each line enil in theColumns
set the dgHeaderAlignment[enil] of grp "DataGrid" of this cd to center
   end repeat
-------
Ok, that works well.

I save the stack
If I close the stack and reopen it, the headers are still centered.

But if I quit Rev, when I reopen the stack, the headers are aligned to left again.

What am I missing?

Thanks a lot in advance for any advice

Best regards from Grenoble
André

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to