Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

An NSTableView inside a NSSplitView

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 ?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.