Hi all,
(sorry for my english : i'm french).
I'd like to hide the header of wx.treeListCtrl. I've read in c++ code
of this widget that this function wasn't implemented yet. Would you
know how to do this ?
Thx for your help !
Hi all,
(sorry for my english : i'm french).
I'd like to hide the header of wx.treeListCtrl. I've read in c++ code
of this widget that this function wasn't implemented yet. Would you
know how to do this ?
Thx for your help !
You can probably look at wx/src/generic/listctrl.cpp for ideas. The TreeListCtrl code was originally patterned after the generic listctrl code.
On 7/25/10 6:28 AM, Noethys wrote:
Hi all,
(sorry for my english : i'm french).
I'd like to hide the header of wx.treeListCtrl. I've read in c++ code
of this widget that this function wasn't implemented yet. Would you
know how to do this ?
--
Robin Dunn
Software Craftsman
The HyperTreeList or the CustomTreeCtrl might work as well...
On Jul 25, 8:28 am, Noethys <noet...@gmail.com> wrote:
Hi all,
(sorry for my english : i'm french).
I'd like to hide the header of wx.treeListCtrl. I've read in c++ code
of this widget that this function wasn't implemented yet. Would you
know how to do this ?Thx for your help !
-------------------
Mike Driscoll
Thx for your answers?
I finally use HyperTreeList which works well.
Bye
On 26 juil, 21:27, Mike Driscoll <kyoso...@gmail.com> wrote:
On Jul 25, 8:28 am, Noethys <noet...@gmail.com> wrote:
> Hi all,
> (sorry for my english : i'm french).
> I'd like to hide the header of wx.treeListCtrl. I've read in c++ code
> of this widget that this function wasn't implemented yet. Would you
> know how to do this ?> Thx for your help !
The HyperTreeList or the CustomTreeCtrl might work as well...
-------------------
Mike Driscoll