Esri / arcgis-maps-sdk-dotnet-toolkit

Toolkit for ArcGIS Maps SDK for .NET
https://esri.github.io/arcgis-maps-sdk-dotnet-toolkit/
Apache License 2.0
211 stars 121 forks source link

FeatureForm WPF: Tooltip shows even when empty #561

Closed prathameshnarkhede closed 6 months ago

prathameshnarkhede commented 6 months ago

Issue

Feature forms elements have tooltips, but the string might be empty. When this happens hovering on elements shows an ugly empty tooltip. We should not add tooltips when empty.

Implemented Solution:

Breaking ToolTip into Child Element and setting its visibility with Esri.ArcGISRuntime.Toolkit.Internal.VisibilityConverter Converter.