I have two NSTableViews inside a NSSplitView. There are two problems:

1/ the vertical scrolling in the NSTableView's parent (NSScrollView) is not constrained to multiples of the NSTableView row height.
2/ the position of the divider is not constrained either.
What can I do to prevent the rows from begin displayed partially ?