Hi ActiproSupport-Team,
I would like to realize the following:
Show a tool tip over the right column if the Value of PropertyGridPropertyItem is not completly visible.
But I am already struggling with the first part of it which is showing a tooltip. The default ToolTip property does not work.
<Style x:Key="PropertyGridPropertyItemStyle" TargetType="{x:Type propgrid:PropertyGridPropertyItem}">
<Setter Property="ToolTip" Value="{Binding RelativeSource={x:Static RelativeSource.Self}, Path=Value }" />
</Style>
Can you help me with this problem?
Best regards
Michael