roland171281

Results 5 comments of roland171281

Hi, of course: Here is a small demo to clarify: Code Example (click to expand) ```python import wx import wx.lib.agw.hypertreelist as hypertreelist import wx.gizmos as gizmos import random class MyFrame(wx.Frame):...

Hi, I tested your request and it works like expected! Thank you very much! BR Roland

I spent some time profiling the hypertreelist and I think that there are several things which could be done more efficiency. ### 1. Initial opening of the example: - if...

Hi, I tested your request and there is a huge speedup -> great work! Filling the table seems to as fast as the old gizmos version. The only things I...

What I found out is, that if I remove TR_HIDE_ROOT scrolling is much faster. And TR_VIRTUAL seems to be defective -> but maybe I'm just doing something wrong.