Question Drag and drop Image Issue

Joined
Dec 21, 2009
Messages
24
Location
India
Programming Experience
1-3
hi

Am using Silverlight for the drag and drop of the images. While swapping between the rows the image doesn't get expand. I had Attached the Screen shot . Kindly suggest me a solution .

Thanks in advance
 

Attachments

  • SL Error.JPG
    SL Error.JPG
    32 KB · Views: 52
Silverlight 4? Toolkit? Any XAML or code behind you can provide?

From what I can see from the screenshot it looks like we're seeing the right half of the image and it extends to the left outside the bounds of your listbox(?).

I've had issues similar to this when I've had a negative margin set in the past.
 
Hi ,

Am using a canvas only. In the screen shot there are 3 canvas as you can see. from code behind am placing the images . Can you suggest idea or material related to this.
 

Attachments

  • SL2.JPG
    SL2.JPG
    55.2 KB · Views: 46
Think you could post your XAML and the code behind where you're placing the images. Hard to give specific advice without this information.
 
Back
Top