0
votes
0answers
14 views

Fade Transition when changing Data of a Path

I have a Silverlight custom control inhertiting a Path. When I change the Data Property of the Path (means when it is changed by binding), the new Data shouldnt be immeadiatly displayed but insetead ...
0
votes
1answer
63 views

Can't reuse style in silverlight 5

I create a custom image button and add some style. everything works fine. But when i try to reuse it in other buttons, it didn't work very well. only 1 button will follow the style, others are always ...
0
votes
2answers
184 views

Setting the visual state of a control during design time

Is there a way to set the visual state of a control during design time in Miscrosoft Blend ? (For example setting the state of a TextBox to "Disabled" so that one can see the disabled TextBox on the ...
2
votes
1answer
718 views

Setting multiple visual states in one go?

I have four visual states defined each affecting different child controls within the same silver-light control. Is it possible for me to create other visual states which invoke a combination of these ...
0
votes
1answer
608 views

States Storyboards Animation in Expression Blend

What I am trying to do is learn how to animate various controls in Silverlight using Expression Blend. I've started with trying to animate a listbox. I have a listbox whose Style I have tried to ...
1
vote
1answer
240 views

Best way to propagate VisualState changes

I am currently facing a scenario that I am unsure what is the best way to handle. Scenario: ControlA has 2 two custom visualstates, let’s call them “StateOn” and “StateOff”. I now apply a template ...
0
votes
1answer
964 views

WPF: VisualStateManager not working

I'm trying to figure out how the VisualStateManager works but I cannot do it. I want to do this: I have some TextBoxes where the user can enter his name, adress, ... and I'm doing a validation and I ...
0
votes
1answer
2k views

Silverlight 4.0 VisualStateManager

Can anyone please help me or is there anything I miss out? the visualstate is not triggered xmlns:swi="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" ...
0
votes
1answer
191 views

Control goes into a visual state - but actual visual states are not getting updated through xaml

I have two controls - control 2 inside of control 1. Control 1 and Control 2 have visual states. I am facing the following problem: Control 2 goes into a visual state, (have put a Debug.Write in ...