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
Hello Thomas,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I can suggest you see these two forum threads from StackOverflow:
http://stackoverflow.com/questions/896574/forcing-a-wpf-tooltip-to-stay-on-the-screen
and
http://stackoverflow.com/questions/4619868/how-can-i-display-a-tooltip-constantly-while-a-control-is-focused
because it seems like this is WPF issue to make a Tooltip to stay open. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.