I'm thinking to make un-scrollable nstableview.
Is it possible to have a table view without scroll view, or maybe to extract table view from scroll view ?
thanks
|
I'm thinking to make un-scrollable nstableview. Is it possible to have a table view without scroll view, or maybe to extract table view from scroll view ? thanks |
|||
|
|
|
I don't know if this is good practice (I'm googling about that - that's how I found your question)(Edit: why wouldn't it be?), but it is possible to get an NSTableView without the NSScrollView: drag out a 'custom view' and set it's identity to You could even do it without IB (I found this code on SO, I didn't test it):
|
|||||||
|
|
Did you mean this?
|
|||||
|