Re: [Mono-list] ListView.cs bugs

2005-02-24 Thread Scott Mohekey
February 24, 2005 5:47 AM Subject: Re: [Mono-list] ListView.cs bugs Chris, Thanks for the fix. I've commited it to svn. I also fixed assigning the owner for Insert(), which had the same issue. The redraw problem with tab page switches is a bug and I've logged it here: http://b

Re: [Mono-list] ListView.cs bugs

2005-02-24 Thread Chris Bacon
ECTED]> To: "Chris Bacon" <[EMAIL PROTECTED]>; Sent: Thursday, February 24, 2005 5:47 AM Subject: Re: [Mono-list] ListView.cs bugs > Chris, > > Thanks for the fix. I've commited it to svn. I also fixed assigning the > owner for Insert(), which had the same iss

Re: [Mono-list] ListView.cs bugs

2005-02-23 Thread Peter Dennis Bartok
al Message- From: "Chris Bacon" <[EMAIL PROTECTED]> To: Date: 23 February, 2005 18:46 Subject: [Mono-list] ListView.cs bugs >Hi, > >I've discovered a possible bug in ListView.cs. > >When a ColumnHeader is added to the ColumnHeaderList its 'owner' memb

[Mono-list] ListView.cs bugs

2005-02-23 Thread Chris Bacon
Hi, I've discovered a possible bug in ListView.cs. When a ColumnHeader is added to the ColumnHeaderList its 'owner' member is not set. The attached patch fixes this, although I'm not sure if it fixes it in the correct way. The attached TestCode.cs shows this and it also shows a bug where the nei