How to highlight the data grid column?
Thanks开发者_如何学Python. AravindakumarThangaraju.
If you creating your datagrid in mxml then just add
backgroundColor="0xFF0000" 
to the
<mx:DatagridColumn> 
tag to make the background red
if its in Actionscript its
MyDG.columns[0].setStyle("backgroundColor", 0xFF0000);
to make the first column background red.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论