I'm making use of the TreeListCtrl in wx.gizmos...and it doesn't look
like there is a way to change the color of text in in specific row AND
column...does anyone know of a work around or alternative to this
control that will give me more flexibility in this regard?
I should say i want different colors in separate columns on the same
row, sorry I wasn't very clear.
···
On Aug 24, 8:29 pm, michael h <michaelke...@gmail.com> wrote:
I'm making use of the TreeListCtrl in wx.gizmos...and it doesn't look
like there is a way to change the color of text in in specific row AND
column...does anyone know of a work around or alternative to this
control that will give me more flexibility in this regard?
Hi,
···
On Aug 24, 8:30 pm, michael h <michaelke...@gmail.com> wrote:
I should say i want different colors in separate columns on the same
row, sorry I wasn't very clear.On Aug 24, 8:29 pm, michael h <michaelke...@gmail.com> wrote:
> I'm making use of the TreeListCtrl in wx.gizmos...and it doesn't look
> like there is a way to change the color of text in in specific row AND
> column...does anyone know of a work around or alternative to this
> control that will give me more flexibility in this regard?
I'm pretty sure the HyperTreeList is a pure python implementation of
the TreeListCtrl, so theoretically, you should be able to make it do
what you want.
- Mike
Looks perfect, not sure how I overlooked it.
Thanks!
···
On Aug 25, 2:34 pm, Mike Driscoll <kyoso...@gmail.com> wrote:
Hi,
On Aug 24, 8:30 pm, michael h <michaelke...@gmail.com> wrote:
> I should say i want different colors in separate columns on the same
> row, sorry I wasn't very clear.> On Aug 24, 8:29 pm, michael h <michaelke...@gmail.com> wrote:
> > I'm making use of the TreeListCtrl in wx.gizmos...and it doesn't look
> > like there is a way to change the color of text in in specific row AND
> > column...does anyone know of a work around or alternative to this
> > control that will give me more flexibility in this regard?I'm pretty sure the HyperTreeList is a pure python implementation of
the TreeListCtrl, so theoretically, you should be able to make it do
what you want.- Mike