I have an NSScrollView wrapping an NSCollectionView, with zoom all configured on a storyboard. The NSCollectionViewItem(s) within this contain an image and multiple labels and notes. Zoom works fine (via trackpad) and properly resizes the item, however only the image resizes (at first), the text goes away. But if I close/open to force draw of the view, the text is visible in the new size.
It appears that when the zoom finishes, needs display isn't being communicated to the item or perhaps fields in the item.
Any suggestions?