Data Grid Column Alignment
RevList
RevList at CreaTECHSol.com
Fri Dec 3 11:09:16 EST 2010
zryip theSlug <zryip.theslug at gmail.com> on December 3, 2010 at 3:21 AM
-0800 wrote:
>Hi Stewart,
>
>The dgColumnAlignment property is not handled in case you have a
>custom behavior.
>You have to manage it yourself in the column behavior script.
>
>The layoutControl event could be a good place for this:
>
>on layoutControl
> set the textAlign of field 1 of me to "right"
>end layoutControl
Worked like a charm.
Thanks.
Stewart
More information about the use-livecode
mailing list