![]() |
Report Control - Scroll Bars |
Post Reply
|
| Author | |
antony30bc
Newbie
Joined: 04 April 2005 Location: United States Status: Offline Points: 1 |
Post Options
Thanks(0)
Quote Reply
Topic: Report Control - Scroll BarsPosted: 04 April 2005 at 3:01pm |
|
I have a report control with HScroll bars enabled. One of the columns in this control has long text, however the HScroll bar only lets me scroll another 50 pixels before it ends. Well before the end of the text. I have tried making the column size an arbitrarily large number at creation, but it does not affect this. Is their some maximum inner-width of the control? Stephen Goldberg |
|
![]() |
|
sserge
Moderator Group
Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 April 2005 at 4:34am |
|
Hi Stephen,
For the moment each column size is limited by the control's width. -- WBR, Sergey |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 April 2005 at 4:45am |
|
Thank you for this. Yes we had maximum available width, but seems you right, need to change it.
please open XTPReportHeader.cpp find int CXTPReportHeader::GetMaxAvailWidth(CXTPReportColumn* pColumnCheck)
and replace if (!m_bAutoColumnSizing) to if (!m_bAutoColumnSizing)
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |