|
-
June 7th, 1999, 07:53 AM
#1
How to scroll the client area of a CListBox ?
How can i automatically scroll the cleint area of a CListBox ?
The problem occurs every time the method "DeleteString()" of the CListBox is called.
The method scrolls the client area back to the top of the ListBox.
So i have to scroll it back where it was before "DeleteString()".
SetScrollPos(..) only sets the position of the scroll bar (the thumb) but it doesn´t scroll the client area of the CListBox.
The best way would be to diasble scrolling to the top at the end of "DeleteString()".
If this is not possible i have to reset the old positon of the client area.
But how ?
MfG stepfa
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|