Print Page | Close Window

CXTPReportControl - HorizScroll

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


Topic: CXTPReportControl - HorizScroll
Posted By: bevpet
Subject: CXTPReportControl - HorizScroll
Date Posted: 15 June 2005 at 7:50pm

Hi everyone,

"too much documentation, not enough time..."

does anyone know how to make the horizontal scroll bar visible for the report control ?, the dialog my control is on isn't resizeable and my client would like to be able to scroll to view the columns that are in the report.

thanks again,

Peter

 




Replies:
Posted By: sserge
Date Posted: 16 June 2005 at 2:56am
Hi Peter,


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


You can also use search of the forum:
http://forum.codejock.com/forum_posts.asp?TID=2285 - http://forum.codejock.com/forum_posts.asp?TID=2285

--
WBR,
Serge


Posted By: bevpet
Date Posted: 16 June 2005 at 10:01am

Thanks Serge,

i found the m_wndReport.EnableScrollBar(SB_HORZ, TRUE);, but didn't think of the autosize option.

thanks again

Peter


 




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