Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!yale!husc6!endor!siegel From: siegel@endor.uucp (Rich Siegel) Newsgroups: comp.sys.mac.programmer Subject: Re: Horizontal scrolling in List Manager Message-ID: <3996@husc6.harvard.edu> Date: 23 Aug 90 18:52:56 GMT References: <1540@ntmtv.UUCP> Sender: news@husc6.harvard.edu Reply-To: siegel@endor.UUCP (Rich Siegel) Organization: Symantec Language Products Group Lines: 24 In article <1540@ntmtv.UUCP> gauthier@ntmtv.UUCP (Jay Gauthier) writes: > >Ideally, I'd like to set the "number of pixels to scroll" for this scroll >bar, but of course there is no such field defined. The only way I can >think of to do this is to replace the scroll action procedure for the >horizontal scroll bar. Is this the preferred way? the only way? something >I REALLY don't want to do? The way I did it (in the THINK Pascal Project Utilities, in case you want to see how it looks) is to set up the list with *no* horizontal scrollbar, and provide my own; the action for this scrollbar scrolls the list horizontally, and my custom LDEF takes care of compensating for the offset of the scrollbar. Fairly straightforward, but not a solution that leaps easily to mind. :-) ~~~~~~~~~~~~~~~ Rich Siegel Staff Software Developer Symantec Corporation, Language Products Group