Re: scroll bars not rolling text
- Posted by LarryMiller Feb 22, 2014
- 1294 views
From what I understand static controls can have scroll bars but they will be non-functional. You would need to subclass the static control and handle the scrollbar messages to make this work.
The easiest solution would be to use a read-only edit control instead of a static.