Tagged Questions

5
votes
3answers
9k 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] ...
3
votes
3answers
6k 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. ...
2
votes
1answer
155 views

Silverlight: Accordion: alter arrow color in code or binding

I'd like to style the accordion header button's arrow by coloring it per some data provided criteria (aging it from bright to dull over time). I've delved into the accordion button's template and ...
2
votes
1answer
839 views

Drawing arrows on bing maps in Silverlight

I need to draw lines to demonstrate transportation of goods on bing maps. To clarify start- and end-point, I draw a little arrowhead on the destination side. Problem is, when I view the global map, ...
0
votes
1answer
2k views

How to style Silverlight Toolkit Accordion styling?

NEED URGENT HELP with this !! I am new to Silverlight. I Dragged a new Accordion control into the usercontrol. I want to do the following things Change the position of the Arrow from left to right, ...
0
votes
1answer
441 views

Expression blend 3 Sliding content?

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 ...