ScrollBar is not Displaying Automatically
-
Hello Friends I am creating a MFC application in which adding Scrollbar to CDialogBar. But its not showing automatically when i open a file which displays some boxes in CDialog. When I click on scroll bar then only its showing up otherwise not. Here am using like this to display scrollbar. SetScrollRange(SB_VERT,0,4,TRUE); SetScrollPos(SB_VERT,0); ShowScrollBar(SB_VERT); Thanks & Regards Yogesh Sikri
-
Hello Friends I am creating a MFC application in which adding Scrollbar to CDialogBar. But its not showing automatically when i open a file which displays some boxes in CDialog. When I click on scroll bar then only its showing up otherwise not. Here am using like this to display scrollbar. SetScrollRange(SB_VERT,0,4,TRUE); SetScrollPos(SB_VERT,0); ShowScrollBar(SB_VERT); Thanks & Regards Yogesh Sikri
Hello Mr. Sikri, Please refer to the following: http://msdn.microsoft.com/en-us/library/zz1h061h(v=vs.80).aspx You may find it useful to you problem. Hope this helps! Best of Luck! With Kind Regards,
April Comm100 - Leading Live Chat Software Provider
-
Hello Mr. Sikri, Please refer to the following: http://msdn.microsoft.com/en-us/library/zz1h061h(v=vs.80).aspx You may find it useful to you problem. Hope this helps! Best of Luck! With Kind Regards,
April Comm100 - Leading Live Chat Software Provider