cocoa - How to resize NSTableView cell so that text view inside does not loose focus -
i have nstableview
custom nstableviewrow
. when user types in text row resize while user typing. if call on tableview reloaddata
cell looses focus.
is there other way make nstableview
resize heights ?
instead of reloading data can use
reloaddataforrowindexes:columnindexes:
this reloads particular row/column specify (in case 1 edited), , preserves tableview selection.
Comments
Post a Comment