[Mono-dev] ListViewSubItemCollection different behaviour in .net & mono enviroment
marcos b
marcosb at internet.com.uy
Thu Nov 27 13:13:19 EST 2008
Any news in respect to this issue?. I don't remember if I filed the bug so I
did it again.
Thanks
Jonathan Pobst wrote:
>
> Weird, I wonder why it adds a subitem for the item passed in as the
> owner. But it does, please file a bug and we'll fix it.
>
> http://www.mono-project.com/Bugs
>
> Thanks!
> Jonathan
>
> marcos b wrote:
>> If i run the following test using .net environment subItems.Count returns
>> 2,
>> if I do it using mono environment subItems.Count returns 1.
>>
>> I'm having other problems also with the list view so my question is if
>> there
>> are many bugs reported about this control and related classes.
>>
>> [Test]
>> public void ListViewSubItemCollectionTest()
>> {
>> System.Windows.Forms.ListViewItem.ListViewSubItemCollection
>> subItems;
>> subItems = new
>> System.Windows.Forms.ListViewItem.ListViewSubItemCollection(new
>> ListViewItem(""));
>> subItems.Add("bla bla");
>>
>> Console.WriteLine(subItems.Count);
>> }
>>
>> Thanks in advance
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
--
View this message in context: http://www.nabble.com/ListViewSubItemCollection-different-behaviour-in-.net---mono-enviroment-tp19560527p20723594.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
More information about the Mono-devel-list
mailing list