For an add-on I'm working on, I followed https://sinestesia.co/blog/tutorials/using-uilists-in-blender/ to create a simple UIList. It looks like this:
This works rather nicely, except that I'd like the PropertyGroup properties OpenRoof and Furnished (in red squares, above) to display their values in columns next to each object's name in the list (e.g., in the empty squared locations in my JPEG). Currently, I can only see/edit these properties' values by specifically selecting an object.
I've looked through the Python API documentation for UIList but it was not clear to me if there is a way to do this. Can the UIList display be altered to behave like I've described?
