[Mono-winforms-list] DataGridView setting column width problem

2012-03-21 Thread sa5webber
I have a datagridview with 4 columns. The first 3 I've tried to set to a fixed column width and the last one to a fill as shown below. This works correctly with MS .net. In mono it distributes the 4 columns into equal widths. In other words it seems to ignore the AutoSizeMode and width settings.

Re: [Mono-winforms-list] DataGridView setting column width problem

2012-03-21 Thread Stifu
Hi, I was gonna post a link to bug 590, then realized you're the one who posted it. Well, it's just a bug that needs to be fixed, can't say much more than that. If you're feeling adventurous, feel free to dig into the Mono source code. That's how I fixed my WinForms pet bugs. Let me know if I can