wx.ListCtrl in report mode: how to show a underline for links in a string item

I am looking for a out of box solution (an extension to wx.ListCtrl)?

Or a technique that I can just do myself.

Jerry

wx.ListCtrl does not have the ability to do anything like that, but you can have hypertext link items in wx.lib.agw.ultimatelistctrl. I'm not sure if it can have just a subset of the text in an item be the link, but you can probably add that ability if not.

···

On 6/14/11 10:47 AM, jdawgaz wrote:

I am looking for a out of box solution (an extension to wx.ListCtrl)?

Or a technique that I can just do myself.

--
Robin Dunn
Software Craftsman