Can WebListBox have WebPopupMenu as CellType

Is there a way to set a column in a WebListBox to a CellType of WebPopupMenu?

I just recently went down this path. I decided to create a WebListboxCellRenderer to do so.

It feeds data back through the CustomCellAction event (as discussed in the linked thread). It’s not perfect, but it does the job.

It’s a component of the upcoming TPLM Web 2.0 Panel, so I’m open to selling you what I’ve created if you want to save a few hours.

1 Like

I’ve had more interest in this than expected. While I’m not planning to get back into custom controls, this one felt useful enough to share.

If you’d like to check it out, I’ve bundled documentation with a demo project available here:
Purchase on FastSpring

Compatibility: Tested with Xojo Web 2.0 2025r2.1
Documentation: Read Me.md, License.md