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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -