Accusoft.ImagXpress13.Net
ScrollBars Property




Gets or sets the type of scroll bars to display in the ImageXView control.
Syntax
'Declaration
 
<DescriptionAttribute("Defines the behavior of the scroll bars of the control.")>
<DefaultValueAttribute()>
Public Property ScrollBars As ScrollBars
'Usage
 
Dim instance As ImageXView
Dim value As ScrollBars
 
instance.ScrollBars = value
 
value = instance.ScrollBars
[DescriptionAttribute("Defines the behavior of the scroll bars of the control.")]
[DefaultValueAttribute()]
public ScrollBars ScrollBars {get; set;}
[DescriptionAttribute("Defines the behavior of the scroll bars of the control.")]
[DefaultValueAttribute()]
public: __property ScrollBars get_ScrollBars();
public: __property void set_ScrollBars( 
   ScrollBars value
);
[DescriptionAttribute("Defines the behavior of the scroll bars of the control.")]
[DefaultValueAttribute()]
public:
property ScrollBars ScrollBars {
   ScrollBars get();
   void set (    ScrollBars value);
}

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

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback