views:

47

answers:

1

In my windows phone 7 app, I would like a "depressed state" when the item is held on as in the themes, accent color setting for my lists. How can this be accomplished?

+1  A: 

Hi,

From this post:

I think the easiest way would be to go via Expression Blend. Right click on your ListBox (the main control, not its items). Then go to "Edit Additional Templates....(Item Container Style)....Edit Current". Blend will then load a new page for you to modify the styling of the container. In the top left pane (where you can choose project, assets etc...) click on "States". You'll see a list of states.

Is that what you're looking for?

keyboardP
I'm not worried about the technical - im wondering about how to replicate the experience.
Daniel A. White
I don't understand what you mean. Are you not creating an application that has a different style whenever an item is selected?
keyboardP
I want to replicate the animations. I want to know what to set to make the animations be the same.
Daniel A. White