How to fill the text color and set auto cell size like zoom chat for macOS

49 Views Asked by At

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 [Zoom Chat1

0

There are 0 best solutions below