Hi all,
is it possible to remove the headers from a TreeListCtrl? I tried using
the wx.LC_NO_HEADER style but nothing changes..
Thanks!
(wxPython 2.8.9.1)
Hi all,
is it possible to remove the headers from a TreeListCtrl? I tried using
the wx.LC_NO_HEADER style but nothing changes..
Thanks!
(wxPython 2.8.9.1)
Federico Fanton wrote:
Hi all,
is it possible to remove the headers from a TreeListCtrl? I tried using
the wx.LC_NO_HEADER style but nothing changes..
No, the TLC ignores that style.
--
Robin Dunn
Software Craftsman
Robin Dunn wrote:
is it possible to remove the headers from a TreeListCtrl? I tried using
the wx.LC_NO_HEADER style but nothing changes..No, the TLC ignores that style.
I see.. But - I'm sorry - by "no" do you mean there's no way at all?
Hi,
Robin Dunn wrote:
is it possible to remove the headers from a TreeListCtrl? I tried using
the wx.LC_NO_HEADER style but nothing changes..No, the TLC ignores that style.
I see.. But - I'm sorry - by "no" do you mean there's no way at all?
No, I think it is not possible with wx.gizmos.TreeListCtrl. But you
may try with HyperTreeList in wx.lib.agw, I just added the style
TR_NO_HEADER and it works very well on Windows XP. If you wish to try
it, you should get the version from SVN as I have made the changes few
minutes ago.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
On Thu, May 21, 2009 at 7:47 AM, Federico Fanton wrote: