Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
(小さい)NSScrollViewに(大きい)NSImageViewが埋め込まれています。マウスがウィンドウの端に近づいた場合に自動的にスクロールしたいのですが、どうすればよいですか?
マウスがビューの特定の領域に入ったときに通知される NSTrackingArea を作成し、NSResponder の scroll.. ルーチンの 1 つを使用してビューをスクロールできます。