In fact, seems that was not implemented (from DataGridColumn.as):

public function set visible(value:Boolean):void{
if (value != _visible) {
_visible = value;
//somehow, invalidate layout
}
}

Hugo Ferreira <hferreira...@gmail.com> escreveu no dia segunda, 15/11/2021
à(s) 00:13:

> Hi,
>
> I have a DataGrid with several columns and I need to hide a few of them
> depend of the business logic.
> It seems that the visible property (that exists) in the DataGridColumn is
> ignored, even with the direct "false" value.
>
> Do I missing something or it's a property that exists but it's not
> implemented the action?
>
> Regards,
> Hugo.
>

Reply via email to