0
votes
0answers
21 views
How to bind opacity of border in ControlTemplate to property of databound item?
Hi,
I'm taking my first serious steps in WPF, so please be gentle :-) I have a ListBox, which will be bound to a list of objects I create from code. These objects contain a boolea …
0
votes
2answers
16 views
WPF DataTemplate/ControlTemplate and VS2008 designer
Hi !
Suppose you have WPF Window composed of many elements that are using DataTemplates / ControlTemplates (ItemControls ... )
But you want to see how every DataTemplate looks li …
1
vote
1answer
17 views
How can I set a property of a DropShadowEffect via a Trigger in a ControlTemplate?
I have a Button ControlTemplate and I'm trying to modify a DropShadowEffect on a Border by using a Trigger. Here is my Xaml:
<Button.Template>
<ControlTemplate TargetTy …
0
votes
1answer
72 views
DataBinding of a UserControl via ControlTemplate
Hello,
I'm playing around with the Infragistics xamDataGrid.
I'd like to display in a "Field" (= Cell) a custom UserControl and have for it the Field's DataContext. Somehow the Da …
1
vote
1answer
19 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 a …
0
votes
2answers
44 views
Getting a templated button’s command to work
I've used a control template to change the appearance of a button in a trivial way. It now looks different, but does not behave like a button. There are really two problems:
Th …
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 …
1
vote
1answer
72 views
Silverlight with using of DependencyProperty and ControlTemplate
Hello everyone,
I'm starting to study Silverlight 3 and Visual Studio 2008. I've been trying to create Windows sidebar gadget with button controls that look like circles (I have c …
0
votes
1answer
30 views
WPF Animation Completed Event in ControlTemplate
In my WPF application, I have the standard Generic.xaml file, which contains a style for my custom class, Frost.
I need to find a way to hook up the Completed event of one of the …
0
votes
1answer
65 views
Silverlight 3 ProgressBar Template
Hi All,
I am trying to retemplate a Silverlight3 progress bar, to show the "Value" in a TextBlock within the ProgressBarIndicator, and the "Maximum" in another textblock in the Pr …
0
votes
0answers
11 views
Should content be set after Template is Applied?
I am creating a custom control which has ContentPresenter in Control Template and I also create default content when control is initialized.
Now I want to know what would be the b …
0
votes
1answer
43 views
Looking for a Office 2007 Style zoom slider template
Has anyone seen a good template for a Office 2007 style zoom slider?
As shown in this picture
0
votes
1answer
22 views
WPF - Use a ControlTemplate resource within a Style
When creating a Style, is it possible to set the ControlTemplate property to a previously defined resource? For example, if I had the following in a ResourceDictionary:
<Contr …
1
vote
1answer
48 views
Setting Canvas to a control template?
I have a Canvas in a ResourceDictionary xaml file like so:
<Canvas x:Key="Icon">
<Path ... />
<Path ... />
</Canvas>
In my code-behind I load t …
1
vote
2answers
33 views
Online resources for premade WPF styles/control templates?
When it comes to UI design I generally don't care to do custom styling (appearance-wise), I'm not much of an artist and I hate trying to come up with interesting color schemes and …
