I want to modify the default DragSource Template because when I completely override it, like this:
<DataTemplate x:Key="ContentDragTemplate"> <ContentControl Content="{Binding DragImage}" Opacity="0.5"/> </DataTemplate>
then, the DragImage is now centered on where I click instead of appearing from it's original position.
I could write a transform to achieve this, but I figured you guys must have already done this, so why duplicate it.
I have looked in my hard drive for it and have come up empty - I looked here "C:\Program Files (x86)\Infragistics\NetAdvantage 2010.3\Silverlight\Default Styles"
Any help would be greatly appreciated.
thanks,
greg
One more question.. When I try to hide the view that is the DragSource, the image also gets hidden. How can I just hide the DragSource without the image also being hidden. In general, it would be helpful if I were given somewhere to look to see how all this works. The documentation is virtually non-existent.
Can anyone at Infragistics answer this? If you need clarity on what I'm trying to do, it basically mirrors the iGoogle dashboard drag and drop functionality.