Is it possible to format Tooltip and Tooltip text (e.g. background color, font, etc)?
<igDP:FieldSettings.CellValuePresenterStyle> <Style TargetType="{x:Type igDP:CellValuePresenter}" > <Setter Property="ToolTip" Value="{Binding Path=DataItem.columnname}"/> </Style> </igDP:FieldSettings.CellValuePresenterStyle>
Hello,
You can do that by retemplating the ToolTip
crete a new custom control template.
Hope this helps,
Alex.