Rank: Newbie
Groups: Registered
Joined: 5/20/2021(UTC) Posts: 2 Thanks: 1 times
|
Hello all,
If I display a pdf in single page mode it still reserves space for the vertical scrollbar even though there is none. So I get a useless grey strip to the right of my pdf. Is it possible to get rid of that ? Or at least set its color to white ? I looked through all the methods and properties but could not find anything.
Thanks for any ideas ! Cheers, Chris
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,103
Thanks: 7 times Was thanked: 128 time(s) in 125 post(s)
|
Code:pdfViewer1.Padding = new Padding(10, 10, 0, 0);
|
1 user thanked Paul Rayman for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 5/20/2021(UTC) Posts: 2 Thanks: 1 times
|
Originally Posted by: Paul Rayman Code:pdfViewer1.Padding = new Padding(10, 10, 0, 0);
Many thanks Paul ! That looks just what I needed.
|
|
|
|
Forum Jump
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.
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close