Replies: 3 comments 1 reply
-
There is a TreeView demo, in the misc demos: https://github.com/emilk/egui/blob/master/crates/egui_demo_lib/src/demo/misc_demo_window.rs#L91 For a ListView, I think you just need to use a Layout. |
Beta Was this translation helpful? Give feedback.
-
Second the introduction of ListView. This seems like a big omission. |
Beta Was this translation helpful? Give feedback.
-
Another benefit of a tree view is that one can then only draw the relevant (visible) information similar to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't find the implements of TreeView or ListView in project. I hope egui contains there widgets. we know it's so impotant in Windows or other OSs.
Beta Was this translation helpful? Give feedback.
All reactions