![]() |
How to add scrollbar to Report Control ? |
Post Reply ![]() |
Author | |
shrutij ![]() Newbie ![]() ![]() Joined: 09 February 2006 Location: India Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() 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 ![]() Admin Group ![]() ![]() Joined: 14 February 2004 Status: Offline Points: 18057 |
![]() ![]() ![]() ![]() ![]() |
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 |