On our RadMap we have some layers. The layers contain some objects/mapItems.
All these objects have tooltips and when moving the mouse over an object the cursor changes to a hand-cursor and the ToolTip shows..
This works fine.
But...
When ScaleVisibility = "Visible" this won't work for objects which are placed in the bottom of the map. Or you can say: it doesn't work for objects lying on or under the same height as the ScaleBar.
When ScaleVisibility = "Collapsed" all the objects are working OK.
Could this be a bug in the z-index of the Scalebar?
For your information:
<DataTemplate.Triggers>
<Trigger SourceName="pin" Property="IsMouseOver" Value="true">
<Setter Property="Cursor" Value="Hand"/>
</Trigger>
</DataTemplate.Triggers>
All these objects have tooltips and when moving the mouse over an object the cursor changes to a hand-cursor and the ToolTip shows..
This works fine.
But...
When ScaleVisibility = "Visible" this won't work for objects which are placed in the bottom of the map. Or you can say: it doesn't work for objects lying on or under the same height as the ScaleBar.
When ScaleVisibility = "Collapsed" all the objects are working OK.
Could this be a bug in the z-index of the Scalebar?
For your information:
<DataTemplate.Triggers>
<Trigger SourceName="pin" Property="IsMouseOver" Value="true">
<Setter Property="Cursor" Value="Hand"/>
</Trigger>
</DataTemplate.Triggers>