![]() |
CXTPReportView does not support HScroll |
Post Reply
|
| Author | |
Johnel
Newbie
Joined: 03 December 2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTPReportView does not support HScrollPosted: 29 January 2008 at 11:04pm |
|
I want use the virtual list just like list ctrl, because it's much faster, but I found CXTPReportView can not support HScroll, I use the following code to force it: DWORD dwStyle = ::GetWindowLong( wndReport.m_hWnd, GWL_STYLE ); now, It can use the Hscroll bar to scroll, but I can not resize the coloum, it looks like this, how can I do?
![]() |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 January 2008 at 1:25am |
|
Hello,
Call
GetReportHeader()->SetAutoColumnSizing(FALSE) instead.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Johnel
Newbie
Joined: 03 December 2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 February 2008 at 1:10am |
|
Thanks, it works! |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |