Accusoft.ImagXpressSdk Namespace > ImageXView Class : ScrollBars Property |
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.