Tagged Questions

0
votes
1answer
25 views

How to determine index of current ListBox item from DataTemplate?

I have a ListBox. Now I want to write a DataTemplate in such way, that the first item will have red background and white background for other items. I guess I need to write a DataT …
0
votes
1answer
38 views

What’s wrong with my datatrigger binding?

I have created an attached property to extend a Button class with additional state: <Button v:ExtensionHelper.OperationMode="{Binding MyObject.OperationMode}" Command="{Binding …
5
votes
2answers
114 views

define animations and triggers as reusable resource?

Is there a way to define an animation somewhere in xaml (eg. as a resource) once and then reuse it multiple times? I have a lot of independent brushes across differnt datatemplates …
0
votes
1answer
21 views

Remove storyboard but keep animated value?

How can I remove a storyboard in XAML (i.e. RemoveStoryboard action in a DataTrigger) but keep the value that was animated. Similar to the Animatable.BeginAnimation: If the ani …
0
votes
0answers
10 views

start animation that begins with current value (handoff)

I have a WPF Datatemplate that contains a some DataTriggers that start animating the color of a visual. How can I start the animation beginning with the actual value the color prop …
2
votes
1answer
60 views

WPF Animation “Cannot freeze this Storyboard timeline tree for use across threads”

I currently have a listbox that has its selected item bound to a property on my ViewModel. Whenever the selected item isn't null I want to perform an animation on it. However I k …
1
vote
2answers
53 views

WPF Trigger based on Object Type

Is there a way to do a comparison on object type for a trigger? <DataTrigger Binding="{Binding SelectedItem}" Value="SelectedItem's Type"> </DataTrigger> Background: …
0
votes
1answer
28 views

DataTrigger not firing

Sorry if this is a repost - I've been looking through old posts to see if someone else has already had this problem. I have the following xaml: <DockPanel> <Dock …
0
votes
4answers
83 views

How to change a WPF window backgroud with a data trigger?

I want to change the background color of our apps main window when a property changes. We have a business date that can be changed and I want to change the window background when …
7
votes
3answers
3k views

WPF DataTrigger Where Value IS ***NOT*** Null?

I know that I can make a setter that checks to see if a value is NULL and do something. Example: <TextBlock> <TextBlock.Style> <Style> <Style.Trig …
0
votes
0answers
32 views

Updating DataTrigger manually or run synchroniously

Hello, I hope you can help me, I have a problem with WPF DataBinding in a FlowDocument. Here's a short description what I want to do: My aim is to print or export a XPS-Document w …
0
votes
1answer
170 views

WPF/XAML - compare the “SelectedIndex” of two comboboxes (DataTrigger?)

hello, i've got two comboboxes with the same content. the user should not be allowed to choose the same item twice. therefore the comboboxes' contents (= selectedindex?) should ne …
0
votes
1answer
107 views

How can I toggle a TextBlock’s visibility in a DataTrigger?

This code works (when ControlType="dropDown" then the background yellow): <Window x:Class="TestCollapsed.Views.MainView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml …
0
votes
0answers
24 views

WPF parameterized resource

I have a listbox with a datatemplate that contains a number of comboboxes. I've currently got a datatrigger on the datatemplate to change the bindingsource (to a different objectd …
0
votes
0answers
63 views

Cannot find the Trigger target ‘stateBrush’

What is wrong with the following ControlTemplate why can't it find the named Brush? I alway get the error Cannot find the Trigger target 'stateBrush'. In my template I would start …

1 2 3 next
15 30 50 per page