[IronPython] missing method in datagridview?

jeff sacksteder jsacksteder at gmail.com
Fri Jul 21 15:54:44 CEST 2006


>
> 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/0713b5b5/attachment.html>


More information about the Ironpython-users mailing list