Why are some strings displayed as garbage when I scroll my read-only multiline Win32 edit control ve
- by sharptooth
In my native C+ Win32 GUI application I have a property sheet with two property pages. One of the property pages contains an edit box:
EDITTEXT IDC_EDIT_ID,x,y,width,height,ES_MULTILINE | ES_READONLY | NOT WS_BORDER | WS_VSCROLL | WS_HSCROLL | NOT WS_TABSTOP,WS_EX_STATICEDGE
I set a multiline text to this edit box. The text has more lines than…