DataGrid column resizing
does anyone know how to programmatically set the width of DataGrid control in C# under WM 5.0 ? I guess I have tried all obvious ways like assigning it in On_Load() method, but it seems like control doesn't refresh itself.
any ideas and samples are appreciated
Thanks,
Alex

