ScrollBarH Property
Applies To
fpSpreadPreview control
Description
Sets or returns whether and how the horizontal scroll bar is displayed.
Syntax
C++
long CSpreadPreview::GetScrollBarH( );
void CSpreadPreview::SetScrollBarH(long value);
Visual Basic
[form.]fpSpreadPreview.ScrollBarH[ = setting%]
Remarks
The following settings are available:
Setting | Description | Constant |
---|---|---|
0 - Show | Displays horizontal scroll bar at all times | ScrollBarShow |
1 - Auto | (Default) Displays horizontal scroll bar when the view exceeds the size of the client area | ScrollBarAuto |
2 - Hide | Does not display horizontal scroll bar | ScrollBarHide |
Specify whether and how the vertical scroll bar is displayed using the ScrollBarV property.
Specify the horizontal and vertical increments by which the control scrolls using the ScrollIncH and ScrollIncV properties.
Data Type
Integer (Enumerated)
See Also
ScrollBarV, ScrollIncH, ScrollIncV properties
DLL Correspondence
SpvGetScrollBarH, SpvSetScrollBarH functions