Intersoft ClientUI Documentation
HorizontalScrollStep Property (DocumentViewerBase)



Gets or sets horizontal scroll step on the page content in DocumentViewer. By default you need 8 steps to scroll the page horizontally end to end.
Syntax
<CategoryAttribute("Common Properties")>
Public Overridable Property HorizontalScrollStep As Double
Dim instance As DocumentViewerBase
Dim value As Double
 
instance.HorizontalScrollStep = value
 
value = instance.HorizontalScrollStep
[CategoryAttribute("Common Properties")]
public virtual double HorizontalScrollStep {get; set;}
[CategoryAttribute("Common Properties")]
public:
virtual property double HorizontalScrollStep {
   double get();
   void set (    double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentViewerBase Class
DocumentViewerBase Members

Send Feedback