Tagged Questions

0
votes
2answers
241 views

How to draw an arrow in Silverlight.

I need to draw an arrow between controls in a canvas. Currently I'm using the Line object but it doesn't have a way to draw a triangle at the end of the line. This is roughly what I need: [TextBox] …
0
votes
1answer
60 views

Expression blend 3 Sliding content?

Hi I'm trying to create an effect whereby when I click an arrow my content slides to the left and dissapears thus leaving an new set of content in its place. Much like the way wp-coda works …
0
votes
3answers
1k views

silverlight keydown event doesn’t fire for arrow keys

I have a canvas inside a scrollview. I attached a keydown event handler to the scrollview. For most keys, the handler gets called. However, for the arrow keys, the handler does not get called. …