| View previous topic :: View next topic |
| Author |
Message |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 122
|
Posted: 06/02/04 23:04 Post subject: TPrintPreview (rather TThumbnailPreview) request |
|
|
| i found kind of bug in TThumbnailPreview: when width of displayed page is biger than width of thumbnail control id doesn't show horizontal scrollbar! this happens when orientation is set to vertical, when orientation is set to horizontal same bug happens, just the vertical scroll isn't showed. Can you fix it? |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 314
|
Posted: 07/02/04 15:50 Post subject: |
|
|
That's in purpose and is not a bug!
The tumbnails shoudl scroll only in one direction, and the thumbnail's width/height should be big enough to show the page otherwise it's not a thumbnail.
Anyway, if you don't like to follow this logic, in OnChange event handler set both HorzScrollBar.Visible and VertScrollBar.Visible properties to True. |
|
| Back to top |
|
 |
|