[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] OpenFileDialog Exception

2012-05-29 Thread sa5webber
Looking into this further leads the problem to mcs/class/corlib/System.Collections/ArrayList.cs. I'm apparently not the only one to encounter this problem, but it doesn't look like its been addressed yet. Here is the trace from my issue. System.InvalidOperationException: List has changed. at