Auto Scroll Vertical to the last line
-
i have the following problm:SDI appliction based on CRichEditView, in the output window the Vertical scrollbar does not scroll auomatically till the last line in the output. CRichEditView* ptrOutput; ptrOutput->SetScrollRange(....); ptrOutput->SetScrollPos(....); the thumb goes down and then back again to the top of the window. How can i solve this? Please help.
-
i have the following problm:SDI appliction based on CRichEditView, in the output window the Vertical scrollbar does not scroll auomatically till the last line in the output. CRichEditView* ptrOutput; ptrOutput->SetScrollRange(....); ptrOutput->SetScrollPos(....); the thumb goes down and then back again to the top of the window. How can i solve this? Please help.
Please try this -
ptrOutput->GetRichEditCtrl().LineScroll(0x7FFFFFFF);
«_Superman_» I love work. It gives me something to do between weekends.
-
Please try this -
ptrOutput->GetRichEditCtrl().LineScroll(0x7FFFFFFF);
«_Superman_» I love work. It gives me something to do between weekends.