Sorry, Robin, I deleted your email. I mean the space between last row/col and the grid window. I can't seem to figure out how to make the grid fully populate it.
Also, my intention is to build a list grid window, very much like the Download window on firefox 1.5, where each row has graphic and some options that allow user to perform actions.
I wouldn't use a wx.Grid for that, I'd set up a custom panel class which
implements all of the layout of each of the bars (maybe background color
changes on selection, etc.), then have that added to another larger
scrolling panel. Then you can layout each of the "bars" however you
want (not be limited by the layout of a wx.Grid), and it would just work.
- Josiah
ยทยทยท
"N.M." <neomingus@gmail.com> wrote:
Sorry, Robin, I deleted your email. I mean the space between last
row/col and the grid window. I can't seem to figure out how to make the
grid fully populate it.
Also, my intention is to build a list grid window, very much like the
Download window on firefox 1.5, where each row has graphic and some
options that allow user to perform actions.