Dialog Window Vertical Scroll Down problem
-
i am using Vertical Scrollbar to the dialog window, when i scroll down with controls it works fine,but i want to reposition my dialog along with vertical scroll bar dynamically.i will reset the Vertical Scrollbar.but dialog remains unchanged.i want dailog to refresh. eg: SCROLLINFO si; si.cbSize = sizeof(SCROLLINFO); si.fMask = SIF_ALL; si.nMin = 0; si.nMax = 200; si.nPage = 0; si.nPos = 0; SetScrollInfo(SB_VERT, &si, TRUE);
-
i am using Vertical Scrollbar to the dialog window, when i scroll down with controls it works fine,but i want to reposition my dialog along with vertical scroll bar dynamically.i will reset the Vertical Scrollbar.but dialog remains unchanged.i want dailog to refresh. eg: SCROLLINFO si; si.cbSize = sizeof(SCROLLINFO); si.fMask = SIF_ALL; si.nMin = 0; si.nMax = 200; si.nPage = 0; si.nPos = 0; SetScrollInfo(SB_VERT, &si, TRUE);