bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.79k stars 435 forks source link

TreeView: How to expand on item click not just only Arrow icon? #1036

Closed andynvt closed 3 months ago

andynvt commented 3 months ago

I want to expand the children of TreeView when clicking on the whole item. Currently, it will expand only when clicking the left arrow. Thank you

bdlukaa commented 3 months ago

You can use TreeView.gesturesBuilder or TreeViewItem.gestures to customize the item gestures and open the item programatically.