Search
WorksheetView.ShowScrollToolTips Property
See Also
 






Gets or sets a value indicating whether to display tooltips when scrolling with the thumb.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool ShowScrollToolTips { get; set; }

Visual Basic  Copy Code

Public Property ShowScrollToolTips As Boolean

 Property Value

true to display tooltips when scrolling; otherwise, false. The default is true.

 See Also