Tagged Questions
0
votes
2answers
210 views
ColorAnimationUsingKeyFrames changes brush
Well hi, I am kind of new to WPF and this is the first time I tried change styles of WPF controls. Thanks to Expression Blend everything went better than expected until I made this style.
<Style ...
0
votes
1answer
737 views
VisualStateManager.GoToState doesn't work with DataTemplate
I have a Listbox with the following DataTemplate set as ItemTemplate and I want to change the VisualState of it using Codebehind.
DataTemplate:
<DataTemplate ...
0
votes
2answers
189 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
0answers
611 views
Silverlight/Blend Datatrigger/EventTrigger STRANGE issue
My usercontrol contains 3000 NewDotControls in an itemscontrol. The ControlTemplate for NewDotControl is specified in a style that defines the visualstates and there is an eventtrigger that invokes a ...