okay I must officially be going crazy, I found this wonderful little action and low and behold, my layer only toggles on/off 1. after you pan the map, and/or2. evertime after the first (no need to pan)anyone else have a similar issue?<Button x:Name="MTWater"
Style="{StaticResource MenuItem}"
Content="Map Tip Water">
<i:Interaction.Triggers>
<i:EventTrigger EventName="Click">
<esriBehaviors:ToggleLayerAction LayerID="FLWaterLines" TargetName="MyMap"/>
</i:EventTrigger>
<!--<i:EventTrigger>
<esriBehaviors:UpdateFeatureLayerAction FeatureLayerID="FLWaterLines" TargetName="MyMap"/>
</i:EventTrigger>-->
</i:Interaction.Triggers>
</Button>
#plsworkthefirsttimeforonce