Path: utzoo!attcan!uunet!lll-winken!ames!oliveb!apple!bloom-beacon!pcsbst.UUCP!jkh From: jkh@pcsbst.UUCP (Jordan K. Hubbard) Newsgroups: comp.windows.x Subject: re: Scroll facility for List widget ? Message-ID: <8904271252.AA07815@meepmeep.UUCP> Date: 27 Apr 89 13:56:35 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 12 Well, you could put it in a viewport, I suppose.. I basically had the same requirement but with different constraints (I needed to scroll the list widget in increments of "rows" and also needed a feature where a highlighted line [highlighted by the application, not the user] would be made visible if it was outside the "window"). Since the list widget assumes that all of itself is visible (at least for my purposes), I was forced to write a scrolling list widget. It's sort of a hack, tho.. Jordan