[IronPython] missing method in datagridview?

Dino Viehland dinov at exchange.microsoft.com
Fri Jul 21 18:38:35 CEST 2006


FYI I looked at this a little bit yesterday and it looked like the Columsn['Name'] was working on our latest builds, but I didn't have enough time to start looking at the auto-generated columns.  I do think that ultimately this should work and am a little worried this could be our bug, so I'll continue to look at it today.

From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of jeff sacksteder
Sent: Friday, July 21, 2006 6:55 AM
To: Discussion of IronPython
Subject: Re: [IronPython] missing method in datagridview?


I think.Columns['ButtonCol'] not working may be a bug.  .Columns.Item['ButtonCol'] shouldn't work.  The interesting question is if the bound columns should show up as well - that's probably not our bug but I won't know w/o doing some more research into how the columns are supposed to work.

Interestingly, When I Add() a column to my DataGridView control it appears as the left-most column. I don't think this is the intended way to layout the control. Modifying the DisplayIndex property does not move it either. It's like the layout logic only thinks there is the one column, as well.  It probably has the same root cause .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060721/23d5a72e/attachment.html>


More information about the Ironpython-users mailing list