How to set the same column width in a datagrid in flex at runtime?
        Posted  
        
            by Ra
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ra
        
        
        
        Published on 2010-03-15T11:11:37Z
        Indexed on 
            2010/03/17
            6:41 UTC
        
        
        Read the original article
        Hit count: 360
        
HI, In flex, I have a datagrid with 22 columns. I initially display all the columns. The width of each column right is uniform. Now when i change the visiblity of a few columns, the width of each column varies. How do i maintain a uniform column width for each column whether or not there are any invisible columns?... Also how do i get the count of number of visible columns. the ColumnCount property returns total number of columns and not the number of visible ones.
© Stack Overflow or respective owner