bruno65 Posted February 17 Posted February 17 i'm using the last version of uniGUI. It's impossible to scroll a large list in a TUniTreeView with the middle button of the mouse. We stay at the beginning of the large list with a blank space above (that appears) .... Quote
Sherzod Posted February 17 Posted February 17 Hello, Does this issue occur only with large lists, or does it happen with any list size? Quote
bruno65 Posted February 17 Author Posted February 17 for me this happens only with a large list Quote
bruno65 Posted February 17 Author Posted February 17 Okay, if you have any solution i'm very interested to fix that issue Quote
bruno65 Posted February 18 Author Posted February 18 Well , i'm come back if you have found a solution about the issue ? Quote
Sherzod Posted February 18 Posted February 18 3 hours ago, bruno65 said: Well , i'm come back if you have found a solution about the issue ? Sorry, but I tried with 1,000 nodes, each having random child nodes, and I couldn't reproduce your case. Could you provide more details on how many nodes you have and which browser you are using? Can you create a simple test case to reproduce the issue? Quote
Abaksoft Posted February 20 Posted February 20 19 hours ago, bruno65 said: i found a workaround. Thank you Sherzod Hi Bruno, If you don't mind, can please share it... Thx. Quote
Tokay Posted Sunday at 08:13 AM Posted Sunday at 08:13 AM Hi. I have seems same issue. Show you video. Firstly I have constructed relatively long tree view structure. Selected is the first node. All works fine. After I have selected any of middle node (about 10-11 sec on video) then scrolling of UniTreeView become completely broken: we can view that appears strange empty space before tree, and tree scrooll could not be done completelly. bandicam 2025-03-23 11-05-44-498.mp4 Quote
Sherzod Posted Monday at 05:41 AM Posted Monday at 05:41 AM Hello @Abaksoft, @Tokay This config may help you: procedure TMainForm.UniFormCreate(Sender: TObject); begin UniTreeView1.JSInterface.JSConfig('bufferedRenderer', [False]); end; 2 1 Quote
Tokay Posted Monday at 06:53 AM Posted Monday at 06:53 AM This code fix my issue, thank you very much! 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.