Gets or sets the template of the tooltip displayed when the user scrolls the view. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public DataTemplate ScrollToolTipTemplate { get; set; } |
Visual Basic
![]() |
---|
Public Property ScrollToolTipTemplate As DataTemplate |
An instance of the DataTemplate class.
The default value of this property is the following template:
XAML
![]() |
---|
<Border BorderBrush="{x:Static SystemColors.WindowFrameBrush}" BorderThickness="1" Background="{x:Static SystemColors.InfoBrush}" Padding="2" CornerRadius="2"> |
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |