This is actually a pretty simple question: Is there any way of making a group row’s view on a view-based NSTableView float without making it also transparent?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
use a custom cell that draws however you like – the floating is only placing the cell inside the table.
Normally the RowView draws the bg for all cells, the default ones dont draw any own background. that is what you have to do in your cell — have it draw a bg on its own and not rely on the TableRowView