hi all,
say i have an NSTableView and there is a cell that i want to remove.
if that cell is the only cell in the column then the column should be removed too
i figure i can easily remove a whole column of cells, but not a singular cell or selected cells without removing a whole row.
is there a thing in IB (not collection view, it wasn't around in 10.4) that could help with this? or is there a way to acheive this with the normal NSTableView?
say i have an NSTableView and there is a cell that i want to remove.
if that cell is the only cell in the column then the column should be removed too
i figure i can easily remove a whole column of cells, but not a singular cell or selected cells without removing a whole row.
is there a thing in IB (not collection view, it wasn't around in 10.4) that could help with this? or is there a way to acheive this with the normal NSTableView?