[]
You can display scroll bar text tips for the sheet when the user scrolls. The text tip displays information for the leftmost column or the topmost row in the viewing area.
You can also customize the scrolling text tip when using virtual paging with the VirtualScrollPagingFormatString property.
Select the FpSpread component.
Select the Sheets collection in the properties window.
Select the ScrollingContentVisible property in the Sheets collection editor.
Use the ScrollingContentVisible property to enable tips for the scroll bar.
The following example enables the tips for the scroll bar.
FpSpread1.Sheets[0].ScrollingContentVisible = true;
FpSpread1.Sheets(0).ScrollingContentVisible = True
Select the Settings menu.
Select the Scrollbar icon under the Spread Settings section.
Select the Scrolling Content option.
Click OK to apply the changes.
Click Apply and Exit to close the Spread Designer.
ScrollingContentHiddenDelay Property