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