NSScroller draws above NSView

255 Views Asked by At

I have NSView with 2 subviews: NSScrollView(with NSTableView inside) and custom NSView. Sometimes i need to resize custom NSView to show it above part of NSScrollView, but when i'm scrolling content of table NSScroller draws above my custom NSView. How to avoid it?

0

There are 0 best solutions below