Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
695
Default DragSource Template
posted

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

Parents Reply Children
No Data