Tagged Questions
0
votes
1answer
191 views
Change the color of silverlight AutoCompleteBox when user hovers the item
As title, when user hovers to select the item in the expanded listbox, there is a background color that highlight the text. How can I change that background color? i tried couple things by editing the ...
2
votes
2answers
2k views
Cannot create an instance of “ViewModelLocator”
I have been working fine with MVVM Light on a silverlight 4 Windows Phone 7 project in Visual Studio 2010 and Blend 4 for sometime.
Then suddenly I start getting the "Cannot create an instance of ...
0
votes
1answer
780 views
triggering an event at the storyboard end
I am new to silverlight and I want to trigger an even when the storyboard finsihes or ends. How would I go on doing that. I already have one trigger in storyboard at mouse enter. I am not sure if I ...
1
vote
2answers
112 views
image opacity level to 100%
I have an image that I am using as a button but on the mouse enter I want the opacity to be 100%, which at this point is only 80%. How would I do that?
here is my mouse enter event
private void ...
2
votes
3answers
728 views
Silverlight 4 Tiled backgrounds
So I've been looking around and I can't find a Tilebrush or similar feature in Silverlight 4. Chatter on the internet seems to indicate that there is nothing built in. I am hoping that someone is ...
1
vote
0answers
223 views
custom attached property value editor
I am trying to create a custom attached property of type Storyboard.
When using custom properties it is possible to set the value editor attribute
CustomPropertyValueEditor:
...
0
votes
1answer
2k views
Set layout to have 100% width and 100% height
How can I set a layout to have 100% width and 100% height?
I want my Silverlight application to stretch in the browser to fill all space.
I am using Expression Blend 4.
Here is my XAML:
...
0
votes
2answers
413 views
Using Blend to set a Timer on an ActionState/Transition with Silverlight 4
I'm a developer who has recently downloaded the trial of Blend and I am trying to get to grips with not using CodeBehind to do stuff - it's very cool but it has quite a learning curve!
I started off ...
0
votes
1answer
370 views
Rotating states in a Blend 4 VisualStateManager based on timer events?
I'm building a Silverlight 4 UserControl in Blend which has three VisualStates.
I would like to have the states change from the first to the second state after a delay of a few seconds, second to ...
0
votes
2answers
77 views
Silvlerlight 4 development using VS 2008
My current software is based on Silverlight 3 and i am using VS 2008 and Blend 3 for development. With SL4 out in the wild, can i use my existing tool set (VS 2008 atleast) to develop SL4 code?