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
335
How to set StaysOpen on a Tootip specified in a CellValuPresenterstyle of a XamDataGrid
posted

Hallo Support-Team,

 

i cannot get the tootip to stay open using the StaysOpen Property.

 

<DataPresenter:FieldSettings.CellValuePresenterStyle>   

    <Style TargetType="{x:Type DataPresenter:CellValuePresenter}">       

        <Setter Property="ToolTip.StaysOpen" Value="True" />        <!--this does not work! -->

        <Setter Property="ToolTip" Value="{Binding RelativeSource={RelativeSource Self},Path=Value}" />   

    </Style>

</DataPresenter:FieldSettings.CellValuePresenterStyle>  

 

 

Can you provide me with an idea?

Thomas