dataview.TreeListCtrl or agw.hypertreelist

I was using gizmos.TreeListCtrl but it seems it might be old,
possibly even deprecated?

I noticed that there is also dataview.TreeListCtrl and

agw.hypertreelistctrl.

Are these replacements?  Seems agw.hyphertreelistctrl has the same

API to gizmos.TreeListCtl. the dataview.TreeListCtrl API is
different but not hard to convert.

My main question is which one should I use?

Is there one that is more common, or better supported, or is more

stable, or has more features, or performs better on multiple
platforms, etc?

Thanks,

Brendan.
I was using gizmos.TreeListCtrl but it seems it might be old,

possibly even deprecated?

I noticed that there is also dataview.TreeListCtrl and

agw.hypertreelistctrl.

Are these replacements?  Seems agw.hyphertreelistctrl has the same

API to gizmos.TreeListCtl.

Correct. wx.lib.gizmos.TreeListCtl is just a simple wrapper around agw.hyphertreelistctrl intended to ease transition from the old wx.gizmos version from Classic.

the dataview.TreeListCtrl API is

different but not hard to convert.

My main question is which one should I use?



Is there one that is more common, or better supported, or is more

stable, or has more features, or performs better on multiple
platforms, etc?

It really just depends on your needs. As you’ve seen they are real similar for simple use cases, but they have different features for more advanced things.

···

On Sunday, May 19, 2019 at 5:06:11 AM UTC-7, Brendan Simon (eTRIX) wrote:

Robin