>> I'm wonderg if there is a way to make a subclass of wx.grid.Grid in
>> which the coloumn labels for the grid appear on the bottom of the grid
>> instead of the top.
>
> follow that lead. But jean-michel has two good points: it could be
> easier to use 2 grids and http://wxpython.org/maillist.ph
Jordan wrote:
> Hey Peoples,
> I'm wonderg if there is a way to make a subclass of wx.grid.Grid in
> which the coloumn labels for the grid appear on the bottom of the grid
> instead of the top.
Hi Jordan :)
Not quite what you want, but I'm about to try faking labels in a grid.
The reason is that
Hi,
Jordan a écrit :
> Hey Peoples,
> I'm wonderg if there is a way to make a subclass of wx.grid.Grid in
> which the coloumn labels for the grid appear on the bottom of the grid
> instead of the top.
>
> 1 2 3 4 5
> a| | | | | |
> b| | | | | |
> c| | | | | |
> d|
Hey Peoples,
I'm wonderg if there is a way to make a subclass of wx.grid.Grid in
which the coloumn labels for the grid appear on the bottom of the grid
instead of the top.
1 2 3 4 5
a| | | | | |
b| | | | | |
c| | | | | |
d| | | | | |
e| | | | | |