0
votes

I have an NSTableView which has custom row heights. I would like to temporarily turn off animations while I resize the heights. When there are many rows in view, or the user scrolls fast, the animation is just too much. How can I do this?

1

1 Answers

0
votes

In the documentation for NSView you find "- (void)setLayerContentsRedrawPolicy:(NSViewLayerContentsRedrawPolicy)newPolicy", what should fit to your needs.