[wxPython-users] wx.Grid and row/column span
Nizam Sayeed
ibnameen at gmail.com
Fri Jun 1 10:40:48 PDT 2007
On 5/31/07, Robin Dunn <robin at alldunn.com> wrote:
>
> Nizam Sayeed wrote:
> > All,
> >
> > I am working on trying to pitch wxPython as the platform to port a Tk
> > app over to. One thing that the current app does is use a grid style
> > widget which allows row/columns to be spanned. Is wx.Grid capable of
> > doing something like this? Looking at the API, I don't think it can.
>
> It can. There is an example in the demo.
>
> However since you are wanting to put other widgets in a grid layout then
> the wxGrid is not what you are looking for anyway. ;-)
Cool. Thanks. Now I have one more hurdle. Has anyone implemented
multi-column sorting with wx.Grid? The app that we are planning to port uses
a Tk-based widget called TableList which has this feature. One of the main
drivers for us to look at other toolkits is that the TableList is extremely
slow when you load it with a few thousands rows or more. But it does have
some neat built-in features such as multi-column sorting.
I am pretty sure it wx.Grid can do it. I just wanted to see if someone had
already done it. Otherwise, I may take a stab at it. :)
Thanks much.
-- Nizam
--
> Robin Dunn
> Software Craftsman
> http://wxPython.org Java give you jitters? Relax with wxPython!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200706=
01/678dce8c/attachment.htm
More information about the wxpython-users
mailing list