I have implemented custom NSTableCellView and made the layout like this image but the issue here is
I have implemented full width NSTextField,
How to make automatic tablecellview height based on the chat text size
like in iOS we use
tableView.rowHeight = UITableViewAutomaticDimension
tableView.estimatedRowHeight = 44
attaching the sample layout image of Zoom Chat for reference I am looking for
[