Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
Formatting tooltip
posted

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>

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    You can do that by retemplating the ToolTip 

    crete a new custom control template.

    Hope this helps,

    Alex.

Children
No Data