Accusoft.ImagXpressSdk Namespace > ImageXView Class : ScrollBars Property |
'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Defines the behavior of the scroll bars of the control.")> Public Property ScrollBars As ScrollBars
'Usage Dim instance As ImageXView Dim value As ScrollBars instance.ScrollBars = value value = instance.ScrollBars
[DefaultValue()] [Description("Defines the behavior of the scroll bars of the control.")] public ScrollBars ScrollBars {get; set;}
[DefaultValue()] [Description("Defines the behavior of the scroll bars of the control.")] public: __property ScrollBars get_ScrollBars(); public: __property void set_ScrollBars( ScrollBars value );
[DefaultValue()] [Description("Defines the behavior of the scroll bars of the control.")] public: property ScrollBars ScrollBars { ScrollBars get(); void set ( ScrollBars value); }
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.