WPF DataGrid Columns not auto sizing when not visible
        Posted  
        
            by Dave
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dave
        
        
        
        Published on 2010-05-24T21:46:23Z
        Indexed on 
            2010/05/24
            21:51 UTC
        
        
        Read the original article
        Hit count: 435
        
I have a datagrid inside an expander that are initially closed. When the expander is opened, the columns are all at the minimum width.
Is there a way to force a recalculation of the widths?
Thanks!
© Stack Overflow or respective owner