#So I have a VisualElement called "

1 messages ยท Page 1 of 1 (latest)

stone ocean
#

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? ๐Ÿ˜ญ

vivid zinc
#

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

stone ocean
#

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 ๐Ÿ˜‚

vivid zinc
#

Then you should use a tree view lol

stone ocean
#

Possibly/probably ๐Ÿ˜Š๐Ÿ˜Š

#

I'm learning UI toolkit.

#

I'll give tree view a shot next time I'm at the PC