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

CXTPReportControl - HorizScroll

 Post Reply Post Reply
Author
Message
bevpet View Drop Down
Newbie
Newbie
Avatar

Joined: 01 April 2005
Location: Canada
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote bevpet Quote  Post ReplyReply Direct Link To This Post Topic: CXTPReportControl - HorizScroll
    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

 

Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post 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

--
WBR,
Serge
Back to Top
bevpet View Drop Down
Newbie
Newbie
Avatar

Joined: 01 April 2005
Location: Canada
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote bevpet Quote  Post ReplyReply Direct Link To This Post 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


 

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.172 seconds.