Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, April 19, 2012 3:49:08 PM(UTC)
lambacini

Groups: Registered
Posts: 5


Hi,
How to disable Silverlight RasterImageViewer Scrollbar ?

my Leadtools.dll version is 17.0.0.50
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Friday, April 20, 2012 7:08:29 AM(UTC)

Ryan  
Guest

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

 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.061 seconds.