Re: nstableview without nsscrollview

2012-09-26 Thread zav
It is a view setting you can turn off in the IB. Sent from my Verizon Wireless BlackBerry -Original Message- From: Alfian Busyro Sender: cocoa-dev-bounces+zav=mac.com@lists.apple.comDate: Wed, 26 Sep 2012 13:55:10 To: Corbin Dunn Cc: Subject: Re: nstableview without nsscrollview

Re: nstableview without nsscrollview

2012-09-25 Thread Andy Lee
setVerticalScrollElasticity: As it happens I just noticed this existence of this property today. --Andy On Sep 26, 2012, at 1:32 AM, Gary L. Wade wrote: > There's an elastic setting, which I don't recall the exact name or settings, > but you just turn those off to get rid of the bounce. > --

Re: nstableview without nsscrollview

2012-09-25 Thread Gary L. Wade
There's an elastic setting, which I don't recall the exact name or settings, but you just turn those off to get rid of the bounce. -- Gary L. Wade (Sent from my iPhone) http://www.garywade.com/ On Sep 25, 2012, at 9:55 PM, Alfian Busyro wrote: > Thanks for the answer. >> Just leave it in a scro

Re: nstableview without nsscrollview

2012-09-25 Thread Alfian Busyro
Thanks for the answer. Just leave it in a scrollview, and set it to not scroll in any direction, and size the scrollview to the table's height/width. That's it. Actually I did it, In IB I deselect "Show Horizontal Scroll" and "Show Vertical Scroll" the table view won't scroll but still bouncin

Re: nstableview without nsscrollview

2012-09-12 Thread Corbin Dunn
On Sep 10, 2012, at 6:08 PM, Alfian Busyro wrote: > Kyle, thanks for your solution. >> Think very hard about this. Why would you want to do this? What would >> you do if your table view gained enough data that it no longer fit in >> the available space? > So I planning to make two tables in one

Re: nstableview without nsscrollview

2012-09-10 Thread Alfian Busyro
Kyle, thanks for your solution. Think very hard about this. Why would you want to do this? What would you do if your table view gained enough data that it no longer fit in the available space? So I planning to make two tables in one view but I don't want to separate that two tables with scroll,

Re: nstableview without nsscrollview

2012-09-10 Thread Kyle Sluder
On Sun, Sep 9, 2012, at 11:17 PM, Alfian Busyro wrote: > I'm thinking to have an un-scrollable nstableview in mac-osx app. > because I don't want user to scroll within the table, but have to Think very hard about this. Why would you want to do this? What would you do if your table view gained enou