Gets or sets the format of the tooltip displayed when the user scrolls the view by dragging the vertical scroll bar. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public string VScrollToolTipFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property VScrollToolTipFormat As String |
A string value. The default is "Row: {0}".
See Also