Re: Demarkation seen on NSScrollView,Why is it?
Re: Demarkation seen on NSScrollView,Why is it?
- Subject: Re: Demarkation seen on NSScrollView,Why is it?
- From: "Louis C. Sacha" <email@hidden>
- Date: Mon, 19 Apr 2004 13:27:56 -0700
Hello...
I would guess that all you would have to do is turn off the
autoresizing of cells for the matrix
[yourImageMatrix setAutosizesCells:FALSE];
Hopefully that won't break anything else :)
Louis
Hi Louis,
Thanks a lot for the reply.
I must say, it sort of solved my problem:)),but
introduced some more:((
- on scaling [to the smallest size] of images, my
button cells change from square shape to rectangle to
fit the content area's height of the scrollview!!.
- i don't resize the width of image on scaling.
at the biggest image size,there is one coloumn in the
matrix and one buttonCell of the matrix displaying the
image which occupies just about 1/2 of the width of
the scrollview.With the change in code,at largest
size, the buttonCell occupies the entire ScrollView.
Any help regarding this would be of very great help.
Thanks again.
_______________________________________________
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.