enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.16k stars 137 forks source link

TreeView Arrows aren't clickable #425

Open xamham opened 1 year ago

xamham commented 1 year ago

Hi I'm using Treeview control in MAUI app and just followed the steps in your website, the tree appear with the parent items, so when I try to view children items I just can't click the arrows, they appear as disabled.

How to solve this strange issue.

Thanks in advance.

enisn commented 1 year ago

Can you provide more information about it? Which platform did you test on? And which version of UraniumUI are you using currently?

xamham commented 1 year ago

Can you provide more information about it? Which platform did you test on? And which version of UraniumUI are you using currently?

I test it in android and windows desktop, using the last version of UraniumUI which is 2.5.4

jeffbaronp3 commented 1 year ago

It sounds like I'm having the same issue: I'm on iOS 16.6 using Uranium 2.5.5 (downloaded a couple of days ago).
I'm using a treeview inside of a scrollview and populating the tree with more items than can fit on the screen. I'm using the "Lazy-Loading" technique using the "LoadChildrenCommand" function. Items that appear below the screen after rendering (which must be scrolled to) do not expand for me. Items that I can see on screen immediately after rendering can be expanded. I found a workaround: If, after rendering, I cause the screen orientation to rotate horizontal, then go back to vertical, then all of the items can be expanded (until the tree is re-rendered).