Accusoft.ImagXpress12.Net
ScrollBars Property
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > ImageXView Class : ScrollBars Property




Glossary Item Box

Gets or sets the type of scroll bars to display in the ImageXView control.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

One of the System.Windows.Forms.ScrollBars values. The default is ScrollBars.Both.

Remarks

This property enables you to provide horizontal and vertical scroll bars to the user of the ImageXView control to enable scrolling the image within the control that is outside of the physical dimensions of the control. You can also use this property to remove scroll bars from the control to restrict scrolling the contents of the control.

Note: Scroll bars will not be shown at all if the AutoResize property is set to AutoResizeType.BestFit, regardless of the ScrollBars property. Horizontal scroll bars will not be shown if the AutoResize property is set to AutoResizeType.FitWidth. Vertical scroll bars will not be shown if the AutoResize property is set to AutoResizeType.FitHeight.

See Also

©2013. Accusoft Corporation. All Rights Reserved.