#So I have a VisualElement called "
1 messages ยท Page 1 of 1 (latest)
By the way the action I took here was to move my mouse onto the "ScoreKeeper" row, click my mouse down, then release, then move the mouse away from the row.
So why doesn't "Row MouseUp" ever execute? ๐ญ
Go to Project Settings/UI Toolkit and enable the Event Debugger, then open it via Window/UI Toolkit
and see if the event is being propagated in a way that's having something else eat it
Also, I often have to wonder why people are making so many custom UI elements for editor extensions; every time I see a remove button I cry. Why not a normal-ass list? lol
I'm in the exploration phase but the goal here is to simulate the hierarchy window as closely as possible. I understand that doesn't answer the remove button question though ๐
Then you should use a tree view lol