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

CXTPreportControl Scrolling

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


Joined: 02 May 2005
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote Maneesh Quote  Post ReplyReply Direct Link To This Post Topic: CXTPreportControl Scrolling
    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

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: 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

--
WBR,
Serge
Back to Top
Maneesh View Drop Down
Newbie
Newbie


Joined: 02 May 2005
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote Maneesh Quote  Post ReplyReply Direct Link To This Post Posted: 26 May 2005 at 8:53am

Thanks,

It Works.

 

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.