| Visual Basic (Declaration) | |
|---|---|
Public Property HorizontalScrollBarHeight As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int HorizontalScrollBarHeight {get; set;} | |
Return Value
Integer number of pixels in the height of the horizontal scroll bar| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.FpSpread fpSpread1 = new FarPoint.Win.Spread.FpSpread(); | |
| Visual Basic | Copy Code |
|---|---|
Dim fpSpread1 As New FarPoint.Win.Spread.FpSpread() | |
This property sets the height of the scroll bar for the entire Spread component. To set the scroll bar height for individual viewports, use the SpreadView class HorizontalScrollBarHeight property.
This property changes the height of the sheet name tab strip, the split boxes, and the area where the scroll bars intersect. The VerticalScrollBarWidth property changes the width of split boxes and the area where the scroll bars intersect.
Changing the horizontal scroll bar height is the only way to change the height of the tab strip. You may want to use this property to change the height if you increase the font size in the sheet name tabs larger than the default. Refer to the SheetTab class Font property for more information.
Reference
FpSpread ClassFpSpread Members
HorizontalScrollBarPolicy Property
VerticalScrollBarWidth Property