left scroll bar
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I can't seem to get the scroll bar of my edit box to display on the left. I've tried using the left scroll bar style but the scroll bar stays on the right. How do I get it to display on the left.
-Raffi
Scroll bars can be aligned to the left (using the WS_EX_LEFTSCROLLBAR style), but they take effect only in Hebrew and Arabic versions of Windows 95 (and any languages whose characters can be read from the right). You give no reason for which a left-aligned scroll bar would be beneficial. Peter O.