CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    May 2009
    Posts
    103

    Editbox, Read-Only, Display Screwing up when scrolling

    We have a multi-line editbox with scrollbars. Because it is used to only display a message, we have it set for READ-ONLY. Problem is, when you scroll it, the lines start overlapping. If you click&drag through the messed up text, it appears.

    I turned OFF the READ-ONLY, and it works just fine.

    Is there a problem with READ-ONLY and scrollbars?

    Attached is a picture of the READ-ONLY messed up display.
    Attached Images Attached Images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured