LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: Silverlight RasterImageViewer Scrollbar
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, April 19, 2012 3:49:08 PM(UTC)
Groups: Registered
Posts: 5
Hi,
How to disable Silverlight RasterImageViewer Scrollbar ?
my Leadtools.dll version is 17.0.0.50
#2
Posted
:
Friday, April 20, 2012 7:08:29 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Hello,
The Scrollbar is controlled by the ScrollViewer of the RasterImageViewer.
http://www.leadtools.com/help/leadtools/v17/dh/wl/leadtools.windows.controls~leadtools.windows.controls.imageviewer~scrollviewer.html
http://msdn.microsoft.com/en-us/library/system.windows.controls.scrollviewer.aspx
So to disable the vertical scrollbar for example:
_viewer.ScrollViewer.VerticalScrollBarVisibility = ScrollBarVisibility.Disabled
LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: Silverlight RasterImageViewer Scrollbar
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.