You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by mark goldin <ma...@gmail.com> on 2015/02/18 22:02:16 UTC

Binding arraycollection elements

Is it possible to bind one arraycollection element to another
arraycollection element?

*BindingUtils.bindProperty(_columns1[i], "visible", _columns[i],
"visible");*

Thanks

Re: Binding arraycollection elements

Posted by Mihai Chira <mi...@apache.org>.
yes, I think that should be just fine. It didn't work?

On 18 February 2015 at 22:02, mark goldin <ma...@gmail.com> wrote:
> Is it possible to bind one arraycollection element to another
> arraycollection element?
>
> *BindingUtils.bindProperty(_columns1[i], "visible", _columns[i],
> "visible");*
>
> Thanks