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.
Pages と Number のようなスプリッターを実装するにはどうすればよいですか? (側面に取っ手があるもの):
それらを実装するために何が使用されますか?ソース リストですか、それともアウトライン ビューですか?
マウス クリックで分割線のドラッグを開始する追加の四角形を返すには、処理splitView:additionalEffectiveRectOfDividerAtIndex:する必要があります。NSSplitViewDelegate
splitView:additionalEffectiveRectOfDividerAtIndex:
NSSplitViewDelegate
カスタムの Outline/tableView ヘッダーを作成して、ハンドルを描画し、その rect を で指定できますsplitView:additionalEffectiveRectOfDividerAtIndex:。