Re: Scrollview can anyone help?
Re: Scrollview can anyone help?
- Subject: Re: Scrollview can anyone help?
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 30 Mar 2004 18:07:27 +0200
Le 30 mars 2004, ` 17:43, April Gendill a icrit :
I still cannot get this scrollview thing to work
once more this is the code I'm using:
-(void)awakeFromNib
{
[...]
[scroll setAutoresizingMask:NSViewWidthSizable];
[testWindow setContentView:scroll];
}
Do you have any plan to use InterfaceBuilder?
I cannot get a border around the scrollview so that I can place
buttons at the bottom of the window and simply have an attractive
looking window.
Just don't set the ContentView to be the scrollview.
Second I need the tab view to be it's full size no matter how many
tabs there are so that the scroll bar will act as if it's scrolling
through the tabs. Either way I cannot get the tabview within the
scrollview to resize correctly. (Width and height) is there any one
out there that may be able to help or is what I'm doing simply not
possible.
I'm not sure to understand what you want to achieve here.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.