Print Page | Close Window

CXTPreportControl Scrolling

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=2285
Printed Date: 31 May 2024 at 11:07pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CXTPreportControl Scrolling
Posted By: Maneesh
Subject: CXTPreportControl Scrolling
Date Posted: 26 May 2005 at 1:48am

Hello Guys,

How can i Enable scrolling in my Report control I have 8 Columns and more than a 100 rows !! I should be able to see atleast 4 Columns and 50 Rows !!

 

Please help

Maneesh




Replies:
Posted By: sserge
Date Posted: 26 May 2005 at 6:35am
Hi Maneesh,

You can enable horizontal scroll bar in the following way:

m_wndReport.GetReportHeader()->SetAutoColumnSizing(FALSE) ;
m_wndReport.EnableScrollBar(SB_HORZ, TRUE);


See also following topic:
http://forum.codejock.com/forum_posts.asp?TID=1643 - http://forum.codejock.com/forum_posts.asp?TID=1643

--
WBR,
Serge


Posted By: Maneesh
Date Posted: 26 May 2005 at 8:53am

Thanks,

It Works.

 




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