Hi, I am new to cocoa app development. I have a question about debugging NSScroll view.
I am trying to develop a Finder app like the mac Finder. I am using NSSplit view adding one vertical panel at a time dynamically in the code. basically, trying to simulate file directories drill down. I am also having an NSScroll View to contain the NSSplit view as its document view so that i can use the horizontal scroll bar to scroll the nssplit view horizontally. My problem is, as the nssplit view grows one panel at a time and eventually exceed the width of the document view, the horizontal scroll bar does NOT appear when I try to use the mouse to scroll horizontally. Each panel in the split view is a NSTableView. So, any hints on how to debug this ? I just want to start from somewhere and debug into it. Appreciate any help, pointers ! thanks! leo _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com