OK, this is my situation :
NSMutableArray
bound to an NSTableView
, via an NSArrayController
.NSArrayController
's selectNext:
and selectPrevious:
The thing is : The selection does change, but the table view doesn't scroll to the current selection, so that its content is visible.
What should I do? Any ideas?
There is a method in NSTableView
- (void)scrollRowToVisible:(NSInteger)row;
That will scroll to the specified row
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With