This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Update
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 01, 2016
09:00 AM
Vertical scroll in Description text control always disabled
In my InstallScript project, I want to modify the SdFeatureTree dialog such that the description text control uses a vertical scroll. This is because I have large amounts of text to display for each feature's description. I go to "Other Windows Styles" and check WS_VSCROLL. When I run the project the vertical scroll bar appears, however, it is disabled. What else needs to be done in order to have the vertical scroll be enabled and work?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 02, 2016
12:06 PM
To follow up on this thread, I contacted IS tech support about this issue, and they believe it is a bug in Installshield. As a workaround, I found that I can replace the text box with an Edit field, and setting WS_VSCROLL gives you an enabled vertical scroll. So that works.
