objective c - NSScrollView scroll bar draws on top of all views -
i have 2 overlapping views.
- an nstableview (the list of songs), i'll call table view
- a layer backed nsview (for play controls @ bottom), i'll call play controls view
i using layer backed views render table view , caused scroll bar render behind play controls view, great! loaded table view 150+ rows of data app slows down pretty bad scroll.
i changed setwantslayer:
no
, table view snappier, great! scroll bar seems render on top of play controls view.
good:
bad:
any ideas whats going on here? (i'm core animation rookie if can't tell)
why don't resize entire scrollview , put play controls view below list? seems sceenshot play controls view subview of scrollview. necessary?
Comments
Post a Comment