I want my each table cell to be scrollable since its editable.I am using
self.nsChildTextFieldObj = [[NSTextFieldCell alloc] init]; [self.nsChil
I think you can make use of sizeWithFont method.
Use it with every keypress or upon paste and change the height of self.nsChildTextFieldObj dynamically.