Can you access the DataGridViewColumnCollection via indexers (eg myDataGridCollection[0] ? )  We use the same mapping for Item that C# uses – as long as item is the “default” item.  If it’s not a default item I think we might have a bug in Beta 9 where we don’t make this visible (I’m working on a fix for this today).

 

If Count is zero then presumably there’s no items in the collection.  Is that possible?

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jeff sacksteder
Sent: Wednesday, July 19, 2006 10:29 AM
To: [email protected]
Subject: [IronPython] missing method in datagridview?

 

I have a DataGridViewCollumnCollection that appears to not have an "Item" attribute. The "Count" attribute =  0, which I don't understand either.

Is this missing functionallity or am I missing something?

Excepting this, everything in my app works correctly.

_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to