home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x.motif
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!darwin.sura.net!spool.mu.edu!think.com!paperboy.osf.org!juliet!daniel
- From: daniel@juliet.osf.org (Daniel Dardailler)
- Subject: Re: Q: ScrolledWidndow with just vertical scrolling
- Message-ID: <1992Dec21.150758.11104@osf.org>
- Sender: daniel@juliet (Daniel Dardailler)
- Organization: Open Software Foundation, Motif Team
- References: <1992Dec18.231313.12927@news.media.mit.edu>
- Date: Mon, 21 Dec 1992 15:07:58 GMT
- Lines: 15
-
-
- |> I'm trying to create a scrolledWindow which has a rowColumn widget for what
- |> it's viewing. I'd like the rowColumn to be constrained so that its right
- |> and left attachments are the scrolled window --- ie. I'd like the scrolled
- |> window only to have a vertical scrollBar. This way if the user resizes the
- |> window's width, the things in my rowColumn will get wider (not display
- |> more).
-
- Mixed AUTOMATIC/APPLICATION_DEFINED scrollingPolicy is not supported
- in the scrolled window today.
-
- The best I can suggest is AUTOMATIC with the application tracking the
- resize event on the scrolled window and resizing the rowcolumn so that
- the horizontal scrollbar is never shown.
-
-