Print Page | Close Window

VerticalScroller for ListCtrl not working

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1475
Printed Date: 07 November 2025 at 1:42am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: VerticalScroller for ListCtrl not working
Posted By: lemon
Subject: VerticalScroller for ListCtrl not working
Date Posted: 30 November 2004 at 1:06am

Hi,

I'm using your PaneOptions Demo as a skeleton for a new application. I use a

XPTListCtrl in a splitter-window on the right, and have the problem that I'am not

able to use the vertical scroller. Its always grayed out, if the content of the Ctrl is

larger as the viewable space. I cant get it to work, even after searching for hours!

On the other hand, the HScroller is working like a charm.

thank you for your help

 




Replies:
Posted By: lemon
Date Posted: 01 December 2004 at 4:30am
No Idea??


Posted By: Oleg
Date Posted: 01 December 2004 at 4:53am

in PaneOptions sample I added in the CListFrame::OnCreate

 for (int i = 0; i < 50; i++)
 m_wndListCtrl.InsertItem(0, "Item1");

and see scrollers.  Check them in our sample. May be you can reproduce it?

 



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Graham
Date Posted: 01 December 2004 at 5:24am

If you are running on Windows 2000 then try removing the list style LVS_EX_FLATSB.

Graham



Posted By: lemon
Date Posted: 01 December 2004 at 3:54pm
thank you Graham !!! Thats it, FLATSB is not working for 2000, XP
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net