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.
これは実際には非常に単純な質問です。ビューベースの NSTableView でグループ行のビューを透明にすることなくフロートにする方法はありますか?
好きなように描画するカスタムセルを使用します-フローティングは、セルをテーブル内に配置するだけです。
通常、RowView はすべてのセルの背景を描画しますが、デフォルトのものは独自の背景を描画しません。それがあなたのセルでしなければならないことです-TableRowViewに依存せずに、それ自体でbgを描画させます