| Visual Basic (Declaration) | |
|---|---|
Public Property ScrollTipPolicy As ScrollTipPolicy | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ScrollTipPolicy ScrollTipPolicy {get; set;} | |
Return Value
ScrollTipPolicy setting that determines whether the Spread component displays the text tip when the user moves the scroll boxThis example specifies several aspects of the scroll bars for the Spread component. Scroll bars appear larger than the default size. For scrolling horizontally, the spreadsheet scrolls as you move the scroll box; for scrolling vertically, the scroll bar tip shows the row number, but the spreadsheet does not scroll until you are done.
| 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 allows the user to see the row number (for vertical scrolling) or column number (for horizontal scrolling). By holding the pointer on the scroll bar, the number appears in a ToolTip window.
Here is a typical scroll bar tip with the row number displayed next to the vertical scroll bar:

Scroll bar tips are not displayed automatically by default.
Of course, the scroll bars must be displayed for the scroll bar tips to be displayed.
The appearance of the default scroll bar tips is determined by your system settings and other default settings. The appearance is also set by the TextTipAppearance property and the members of the TipAppearance class.
Reference
FpSpread ClassFpSpread Members
TipAppearance Class
ScrollTipPolicy Enum