Still new to wxpython, but I've been working on a project lately, that has a customized grid with 5 columns and no row labels, that takes, a choice from a database, 2 floats, a number, and another string respectively, so that the two float columns summation will be displayed on the footer. I've been searching on the net, if there is built-in function that is a footer for a grid, but failed. I was thinking of wx.DC, but what if the grid re-sizes, and I'm also confused what grid class to use. Any suggestion or resources, that are of great help?
feedback
|