Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - CXTListCtrl Scrolling problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTListCtrl Scrolling problem

 Post Reply Post Reply
Author
Message
Light View Drop Down
Newbie
Newbie


Joined: 03 January 2006
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Light Quote  Post ReplyReply Direct Link To This Post Topic: CXTListCtrl Scrolling problem
    Posted: 03 January 2006 at 9:23pm

Hello,

I am using a CXTListCtrl within a dialog, the display of scroll bars gets mixed up when selected a check box option.

I was able to reproduce the same problem with the ListCtrl sample after chaging the number of itmes as following:

BOOL CListCtrlDlg::OnInitDialog()
{
   ...      ...      ...      ...      ...

   // for (iItem = 0; iItem < 100; ++iItem)
   for (iItem = 0; iItem < 12; ++iItem)
}

I am using XTP 9.6 with Visual Studio .NET 2003, please let me know how I can fix this problem.

regards,
Light

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.