<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Navigation Tool in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/navigation-tool/m-p/399657#M10404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any way to stop the Navigation tool from expanding on the MouseOver event, without having to make a custom tool? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems counterproductive to me to have the buttons move around when you mouse over them, it *makes* you miss.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2011 21:30:59 GMT</pubDate>
    <dc:creator>ChrisStelly</dc:creator>
    <dc:date>2011-09-07T21:30:59Z</dc:date>
    <item>
      <title>Navigation Tool</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/navigation-tool/m-p/399657#M10404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any way to stop the Navigation tool from expanding on the MouseOver event, without having to make a custom tool? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems counterproductive to me to have the buttons move around when you mouse over them, it *makes* you miss.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 21:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/navigation-tool/m-p/399657#M10404</guid>
      <dc:creator>ChrisStelly</dc:creator>
      <dc:date>2011-09-07T21:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Tool</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/navigation-tool/m-p/399658#M10405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can customize the template for Navigation control: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/05/20/Use-control-templates-to-customize-the-look-and-feel-of-ArcGIS-controls.aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/05/20/Use-control-templates-to-customize-the-look-and-feel-of-ArcGIS-controls.aspx&lt;/A&gt;&lt;SPAN&gt;. Look into VisualStateGroups where it says "MouseOver".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, it has:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;VisualState x:Name="MouseOver"&amp;gt;
 &amp;lt;Storyboard&amp;gt;
&amp;nbsp; &amp;lt;DoubleAnimation BeginTime="00:00:00" Duration="0:0:0.1" Storyboard.TargetName="LayoutRoot" Storyboard.TargetProperty="(UIElement.RenderTransform).(ScaleTransform.ScaleX)" To="1"/&amp;gt;
&amp;nbsp; &amp;lt;DoubleAnimation BeginTime="00:00:00" Duration="0:0:0.1" Storyboard.TargetName="LayoutRoot" Storyboard.TargetProperty="(UIElement.RenderTransform).(ScaleTransform.ScaleY)" To="1"/&amp;gt;
&amp;nbsp; &amp;lt;DoubleAnimation BeginTime="00:00:00" Duration="0:0:0.1" Storyboard.TargetName="LayoutRoot" Storyboard.TargetProperty="(UIElement.Opacity)" To="0.75"/&amp;gt;
 &amp;lt;/Storyboard&amp;gt;
&amp;lt;/VisualState&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:14:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/navigation-tool/m-p/399658#M10405</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-11T18:14:47Z</dc:date>
    </item>
  </channel>
</rss>

