What I'm trying to do now is a table, with 2 labels on a row, and different background color for each label. I stumbled upon something very unexpected.
This is what I want to achieve:
But once I do the same thing inside a tableRowController I get this:
The proprieties of the objects are the same, and yet, the groups inside the table do not extend to the whole view. It's like they hit an invisible wall or something.
- Does anyone else has the same issue?
- Is there a fix/workaround for this?
P.S. I messed around with all the proprieties in attribute inspector I could, was not able to get to the desired outcome.