The visualstates tag has no wiki summary.
0
votes
2answers
52 views
How to create a Flashing and Normal Background Visual States for a Border control
How can I create 2 visual states for a WPF Border control : one that flashes the Background color between Transparent and Red; and one normal that sets the Border Background color back to Transparent ...
2
votes
2answers
835 views
How to alter a visual state of a ControlTemplate without replacing it?
I want to define a ToggleButton that appears with red foreground (for example) when checked, rather than the default appearance of a pressed button.
I see that the visual states are maintained as ...
4
votes
1answer
4k views
How do I make a simple image-based button with visual states in Silverlight 3?
At my previous company, we created our RIAs using Flex with graphical assets created in Flash. In Flash, you could simply lay out your graphics for different states, i.e. rollover, disabled.
Now, ...
0
votes
1answer
200 views
IAR VisualState Requiring Trigger For Every Expression inside a State
I have been using State machine based design tools for some time, and have seen UML modeling tools that allow you to execute your logic (call functions, do other stuff) inside a state. However, after ...
0
votes
1answer
738 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
1answer
404 views
winrt xaml PageLayout VisualState
I have a lot of UserControls placed on my Page. All of them are in grid rows and colums. Also there are several nested grids that contain UserControls.
But now I need to provide Snapped VisualState ...
0
votes
0answers
42 views
clickable image on mousehover in silverlight listbox
I created a ListBox style like the following (only show the interessting parts)
<VisualState x:Name="MouseOver">
<Storyboard>
<DoubleAnimation Duration="0" To=".35" ...
1
vote
2answers
46 views
Use VisualStates with MenuItems to change Foreground color
I have what may seem like a relativly simple question but on that same note I am still relativly new to WPF so please me gental. My question is simply this, I have a VisualStateManager on my ...
0
votes
1answer
16 views
VisualStateManager inconsistency
How is that you can declare VisualStates and VisualStateGroups on any object inheriting from FrameworkElement but to call the VisualStateManager.GoToState you need to specify a Control? What's the ...
4
votes
1answer
120 views
DataTrigger not firing when scrolling in ListView
We are having an issue with a pair of ListView controls in WPF, these controls are linked together to work as a single grid with a frozen column on the right hand side which contains a checkbox. This ...
0
votes
0answers
54 views
How to add click visual state on listpicker to wp8 app?
How do I set the click visual state on my listpicker for my wp8 app? I want to change foreground and background on the listpicker
1
vote
1answer
40 views
How to change templated control's properties from VisualState?
If I define VisualStates from within a control template, is it possible to change the properties of the templated control itself from a storyboard? Here's a quick example:
<Window ...
0
votes
1answer
66 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
0answers
15 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 ...
3
votes
3answers
617 views
Accessing a style's storyboard of a button
My problem is that I have a Button and I want to access the Storyboard, which is a part of the assigned style.
<Button x:Name="pictureFolderButton" Content="Pictures" Style="{StaticResource ...
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 ...
2
votes
1answer
65 views
Preferred behavior when going from filled to snapped Visual State
I am currently implementing a few snapped views, and I've ran into a problem I couldn't find an answer to. Perhaps you beautiful minds can help me out.
When I drag my app from a filled state to a ...
0
votes
1answer
353 views
On Mouse over / on Getting focus, The Button Disappers in windows 8 metro app, How to disable that effect?
In Many places in my application i am using buttons in the UI but my doubt is :-
1)when a button gets focus or when it is getting mouse over also , the button background disappears (i.e, it becomes ...
0
votes
1answer
166 views
winrt Grid RowDefinitions change depends on VisualState
Is it possible to chage Grid.RowDefinition when VisualState changes?
Can I extract Grid.RowDefinitions in style or template for select that I need in story board?
0
votes
0answers
21 views
loading visualstates in design view using visual studio
Has anyone tried getting the design view in VS2010 to update visualstates of a control in design view to load the appropriate states? I am able to load sample data in design view but my data contains ...
1
vote
1answer
365 views
How to change VisualState via ViewModel
I know this Question is similar to many. Anyway, I don't understand.
I have a several VisualStates (more than 2, thats why DataStateBehavior is not my solution). And I have ViewModel, which have enum ...
1
vote
1answer
98 views
Why is the ColorAnimation for Checked state not persisting color after the MouseOver state is triggered?
I encountered an issue with a ControlTemplate for ToggleButton I created.
When the button is Checked, a ColorAnimation is triggered and the control's background changes color. However, if the user ...
1
vote
0answers
98 views
Keep Silverlight TextBox Selection Shows while not focused?
As titled, and basically I wanted to do the same thing as this for WPF but in Silverlight instead.
But in my TextBox.LostFocus event, there is no e.Handled. And I also tried to use ...
0
votes
0answers
148 views
XAML: Set styles of certain cotnrols in Visual State
Little question: I have a small C#/XAML Metro app. Depending on the underlying data item, a stackpanel is filled dynamically with input controls. The input controls all have one specific style and can ...
0
votes
0answers
25 views
Change state from a seperate control window
Is it possible to change the states in a user control based on something occurring within a separate user control window? The separate control window is within the parent window via a content ...
1
vote
1answer
649 views
Moving object using code behind and using xaml
im using blend 4 to make a wpf application
i have a wrapPanel defined in xaml:
<WrapPanel x:Name="WrapPanel_ShowMe">
when i enter a certain visual state, the code-behind the wrapPanel to a ...
1
vote
0answers
84 views
Animating width and height of a template
How can I animate the width and height of a template in XAML? For example in the code below,
<Style x:Key="myStyle" TargetType="{x:ListItem}">
<Grid x:Name="container">
...
1
vote
1answer
227 views
Dynamically scaling objects when visual state is active
I'm building a picture viewer with two visual states.
A) Application base state (no visualstate active)
1) "base" state (visualstate, empty storyboard)
2) "grid" with all the images (visualstate ...
0
votes
1answer
2k views
Color Animation ContentPresenter
I can't create an animation, or customize a color in ContentPresenter (NormalTextDay), this error appears in my XAML:
'System.Windows.Media.Animation.ColorAnimation' animation object can not be used ...
0
votes
3answers
273 views
Silverlight Change Content Based on Control CheckState (Toggle multiple ContentPresenters)
I would like to change the content of a control based on its current CheckState (checked, unchecked, indeterminate). If possible I would like the solution to use only XAML and require no code behind.
...
1
vote
2answers
2k views
Silverlight ToggleButton Checked VisualState not working
I'm trying to set up the style for VisualStates on a ToggleButton on Silverlight. Everything works, except the Checked state is not honoring the change in Rectangle.Fill, but the text color change is ...
1
vote
1answer
246 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
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 ...
0
votes
1answer
1k views
Silverlight: How to Create a VisualState for a Templated / Custom Control
I'm trying to create a templated/custom control in Silverlight.
The base control can be a System.Windows.Controls.Button. The button has the following visual states:
...
0
votes
0answers
546 views
Visual States or Silverlight ComboBox
I'm trying to modify a siverlight combobox so that the "combo" part is ony visible when accessed. I changed the Opacity of the DropDownToggle part to 0 and changed the MouseOver Visual State to set ...
0
votes
1answer
621 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 ...
0
votes
1answer
472 views
Create a slide down animation/storyboard for an element?
I'd like to create a slide-down animation for an Grid element in my WPF (.net 4.0) application. I assumed that I could do the following:
create a visual state (closed, ...
2
votes
1answer
742 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
601 views
Problem at the beginning of a ColorAnimation for a GradientStop in a VisualState
I have a very strange problem with a ColorAnimation. What I want to do is pretty simple (I think): I have a Rectangle with a GradientBrush as a background. This rectangle has different VisualStates ...
0
votes
1answer
979 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
284 views
How to get VisualStateGroup properties from a UserControl to reference in the ViewModel in Silverlight 4 C# code?
I'm trying to make visual states available in the ViewModel as some sort of enumeration (so that I don't have to use string literals or manually create and update static properties in order to be able ...
0
votes
2answers
2k views
SketchFlow / Using (Selected) TabItem in TabControl to Trigger State
Context:
A new Sketchflow / Silverlight project.
Expression Blend 4 (Ultimate)
I have the below code.
I have a TabControl with 2 TabItem's.
I also have 2 "callout" (big bubble things) as quick ...
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 ...
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
0answers
177 views
Silverlight: trying to render a popup partially outside of the listbox
I have a listbox in a Silverlight 3 application. What I'm trying to do is render a pop-up with additional data above each item in the listbox on mouse over using visual states from within the ...
1
vote
1answer
783 views
Visual-state in SilverLight? (how we use that)
Hi
I wrote simple template in xaml for button s.(for silver-light 4)
So when I try use "ControlTemplate.Triggers", I found that is impossible in silver-light, and we must use Visual-State in ...
0
votes
1answer
199 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 ...
