home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.os.ms-windows.programmer.misc:1320 comp.os.ms-windows.programmer.tools:705
- Path: sparky!uunet!elroy.jpl.nasa.gov!usc!cs.utexas.edu!ut-emx!kalakota
- From: kalakota@ut-emx.uucp (Ravi Kalakota)
- Newsgroups: comp.os.ms-windows.programmer.misc,comp.os.ms-windows.programmer.tools
- Subject: BC 3.1 -- TListBox Problem
- Keywords: borland, windows, listbox
- Message-ID: <77682@ut-emx.uucp>
- Date: 14 Aug 92 06:18:39 GMT
- Followup-To: poster
- Organization: The University of Texas at Austin, Austin, Texas
- Lines: 27
-
-
- I have been encountering a problem which appears to be a bug.
-
- I have been unable to get the Horizontal Scroll Bar to appear in a
- TListBox even when the line exceeds the boundaries of the listbox.
-
- I am setting the attribute style as follows:
-
- aListBox->Attr.Style |= WM_HSCROLL;
-
- I noticed that this is a problem even in the listboxes that
- Borland Dialog boxes contain. An example of this is
- WINDOWS/More Windows.
-
- If this is a known problem, is there a patch available?
-
- I would really appreciate any help in solving the above problem as
- the application that I am writing relies heavily on being able to
- scroll horizontally in a listbox.
-
- Thanks in advance,
-
- -- Ravi
- -----------------------------------------------------------------
- Ravi Kalakota email : kalakota@emx.utexas.edu
- University of Texas at Austin
- ----------------------------------------------------------------
-