Top "Nsscrollview" questions

Apple OS X Developer API : NSScrollView class is the central coordinator for the Application Kit’s scrolling machinery

Displaying text in a NSScrollView (Swift)

Just started to learn Swift and created a little macOS app in which I want to use a NSScrollView to …

xcode swift nsscrollview nsmutableattributedstring
Callbacks When an NSScrollView is Scrolled?

I'm making a Mac app which needs to know when the user is scrolling the NSScrollView, however, I can't find …

objective-c cocoa macos uiscrollview nsscrollview
How to set the content size of NSScrollView?

I am new to Mac OSX Programming. I have created on iOS apps in which I can set The content …

macos nsscrollview
How to make NSTableView scroll to most recently added row?

I'm dynamically adding rows to an NSTableView. When I issue [table reloadData] I can see the scroll view move and …

objective-c cocoa nstableview nsscrollview
How to maintain the scroll position in NSScrollView when changing scale?

I've got an NSView (myView) wrapped in an NSScrollView (myScrollView). Using zoom-in/out buttons, the user can alter the scale …

cocoa scroll zooming nsscrollview
Create NSScrollView Programmatically in an NSView - Cocoa

I have an NSView class which takes care of a Custom View created in the nib file. Now I want …

objective-c cocoa nsscrollview
contentsize and contentOffset equivalent in NSScroll view

I am porting an app from Ipad to mac. (I know that it sounds weird) I stuck with NSScrollview. Please …

ios iphone macos uiscrollview nsscrollview
Automatically grow document view of NSScrollView using auto layout?

Is there a simple way to get an NSScrollView to adapt to its document view changing size when using auto …

cocoa resize nsscrollview autolayout
Disable scrolling in NSTableView

Is there a simple way to disable scrolling of an NSTableView. It seems there isn't any property on [myTableView enclosingScrollView] …

objective-c macos scroll nstableview nsscrollview