home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!uchdcc!vandi!pam
- From: pam@vandi.ars.cl (Pablo Ahumada M.)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: hiding scrollbars when not needed
- Distribution: world
- Message-ID: <712335976snx@vandi.ars.cl>
- References: <620@irst.UUCP>
- Organization: Ars Innovandi (El arte de innovar)
- Lines: 23
- Date: Tue, 28 Jul 1992 14:20:55 CST
-
-
- > I would like to know if it's possible to hide the scrollbars in a window,
- > created with the style attributes WS_VSCROLL and WS_HSCROLL, when the
- > entire document fits in the window so that scrolling is not needed.
- > I know that I could create the scrollbar controls explicitly, but this
- > requires also positioning and controlling them, so I would prefer to use
- > the standard window scrollbars if possible.
-
-
- Use ShowScrollBar, the last parameter allow shows or hides
- the scroll bar from a window.
-
- Hope this helps.
-
- Pablo.
-
-
- _______________________________________________________________
-
- Pablo Ahumada Mardones uucp : pam@vandi.ars.cl
- FAX : (56-2) 231 9756
- &8-)* Santiago, Chile
- _______________________________________________________________
-