Re: NSSplitView and NSScrollView

2009-10-15 Thread Harry Sfougaris
I need it to be dynamic, as I am trying to build something similar to a report designer with multiple user-defined bands. My problem is that the split view just tries to "autofit" itself in the scroll view, and the size of the views changes as I resize the scroll view I'm doing the foll

Re: NSSplitView and NSScrollView

2009-10-15 Thread Kyle Sluder
On Thu, Oct 15, 2009 at 1:31 AM, Harry Sfougaris wrote: > I have placed a NSSplitView inside a NSScrollView in code. Obligatory question: why are you doing this in code, and not in Interface Builder? > However, when the user resizes one of the views so part of it outside the > NSScrollView visib

Re: NSSplitView and NSScrollView

2009-10-15 Thread Karolis Ramanauskas
Good day, Would you like to share some of your code? It would be a lot easier to see what may be going on... Cheers! On Thu, Oct 15, 2009 at 3:31 AM, Harry Sfougaris wrote: > I have placed a NSSplitView inside a NSScrollView in code. > However, when the user resizes one of the views so part of

NSSplitView and NSScrollView

2009-10-15 Thread Harry Sfougaris
I have placed a NSSplitView inside a NSScrollView in code. However, when the user resizes one of the views so part of it outside the NSScrollView visible bounds, the NSScrollView does not display the scroll bars. Is this not possible? Thank you, Harry Sfougaris ___