![]() |
How to add scrollbar to Report Control ? |
Post Reply
|
| Author | |
shrutij
Newbie
Joined: 09 February 2006 Location: India Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: How to add scrollbar to Report Control ?Posted: 09 February 2006 at 6:03am |
|
Hello, I am using Codejock report control for displaying data from Ms-Access database. One of the Access table has 170 columns.All columns are not visible.So I want to add horizontal scrollbar for reportcontrol. How to do it? Thanks. |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 February 2006 at 7:32am |
|
Simply add this code before you add your columns and the columns will use the width that you specify:
wndReportControl.AutoColumnSizing = False When AutoColumnSizing is True the width that you set is ignored and the columns are sized to fit the screen. When False, a horizontal scrollbar will appear allowing the columns to be scrolled. |
|
![]() |
|
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 |