Reputation: 1427
I want some header for NSOutlineView
in NScrollview
and in every section there should be a parent and many children like below image. I want make same like shown in image. Must be Appreciated if given some tutorial links.
Please help me if anyone knows.
Upvotes: 0
Views: 380
Reputation: 34253
Apple's SidebarDemo sample code should contain all the features that are displayed on your screenshot:
NSOutlineView
The sample also contains row & header view designs in the .xib and a basic NSOutlineViewDelegate
implementation in the App Delegate.
Upvotes: 1