Tagged Questions
0
votes
2answers
20 views
Binding in DataTemplate/ItemTemplate
I have a ComboBox whose ItemSource is a ListCollectionView of MyClass. The ComboBox uses the following ItemTemplate:
<Style x:Key="StyleComboBoxGroups" BasedOn="{StaticResource BaseComboBox}" ...
1
vote
0answers
39 views
Unable to Style TabControl
Within my application, I have recently tried to jazz it up in terms of its appearance so I have tried using MahApps.Metro. But I've hit a little of a snag.
Within my application, I have a tabcontrol ...
2
votes
3answers
48 views
Apply style for buttons in all Windows in WPF
I have a style setup in my XAML for the creation of round corner Buttons in my WPF window. I would like this style to apply to all buttons on all windows in my application.
Is there a way, similar to ...
0
votes
1answer
46 views
Button style not applied during runtime
So basically I have a button that is a sideways triangle (for a "play" button). In the xaml design editor, the button properly displays as a triangle. However, when I run the application, it ...
0
votes
1answer
37 views
WPF: Remove highlight effect from ListViewItem
I'm developing a WPF application that has a log. The log is designed with a listView. The listviewitems most not changes appearance when the mouse is over or item is selected. That i have solved with ...
0
votes
1answer
22 views
Trouble setting a DataTrigger in WPF
I have a ComboBox and a Button on my main view, and I want to apply a style to the button such that when the combobox index is set to 1, the button becomes visible (initially it's hidden). This is my ...
0
votes
1answer
20 views
Change Background on Border using ColorAnimation
I cannot seem to be able to animate the background color of a border using ColorAnimation. I have looked at about 5 different various ways to do this off different SO answers and web pages but none ...
1
vote
2answers
31 views
Style Data Binding with assigned Control
I want to create a Style as a Window Resource and that style requires to bind to property in the assigned control. Below is the simplified example of it.
Creating a style for buttons and apply the ...
2
votes
2answers
47 views
Setting object properties with Trigger in WPF
I have a strange problem, I'm currently trying to styling a SingleUpDown Control (from Extended WPF Toolkit)
This is the current style that does not work:
<xctk:SingleUpDown>
...
2
votes
2answers
33 views
Global Style Not Working
I have the following styles defined in my MainWindow.Resources:
<Style TargetType="{x:Type ComboBox}">
<Setter Property="Height" Value="26"/>
<Setter ...
0
votes
3answers
54 views
Static method call in xaml
How can I use static method (with parameter) in xaml in metro style app? In wpf I could use ObjectDataProvider but there is no such a thing in WinRT.
I need use it sth like this:
<button ...
0
votes
1answer
29 views
Xaml Styles - not as flexible as css..?
I'm pretty new to Xaml and I'd like to know if I can do something that I can do in css. It's probably simpler to explain using pseudocode as follows:
.heading1{bold, 12px}
.heading2{italic, 10px, ...
2
votes
1answer
35 views
How to allow default value when using binding for custom control
All, I am working on a custom control of ours that has a Border with a Background set to the below
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
<GradientStop ...
2
votes
1answer
43 views
Can I make a WPF style take precedence over a local value?
I have created a boolean attached property in my WPF project, and I want elements with this property set to true to display a certain way, regardless of any local local values that have been set in ...
2
votes
1answer
59 views
XAML How to own StaticResource in derived UserControl class
I have the following problem. I have a class which derives from UserControl, here is the code:
public partial class MyUC : UserControl
{
[...]
public bool IsFlying { get { return true; } }
[...]
...
0
votes
1answer
53 views
WPF : How to style the initial state of a radiobutton group?
I just want to give an initial style to my radiobutton group, before one of the radiobuttons is checked or unchecked:
<Style x:Key="RadioButtonStyle" TargetType="{x:Type RadioButton}">
...
0
votes
1answer
37 views
Create MS Word Insert Table like behaviour with WPF
I am trying to get the same behaviour as in MS Word when inserting a table. When I move over a grid of rectangles, I want the rectangles to become blue displaying how many columns and rows the table ...
0
votes
1answer
28 views
How to apply a style from a resource dictionary if the Tag property is set
I have a style in a resource dictionary as so
<Style x:Key="heading" TargetType="Label">
<Setter Property="FontSize" Value="26" />
</Style>
and I wish to have it assigned to ...
0
votes
1answer
71 views
Apply style and template controls in c# WPF XAML
I would like to apply a custom style(template) to a button, textbox, textBlock ect..
Where i can learn this in Visual Studio 2010 (i use c# wpf)?
Could you give me examples?
0
votes
1answer
79 views
setting dependency property in user control style
I implemented a user control with a dependency property that looks like this:
public partial class MyUC : UserControl, INotifyPropertyChanged
{
public static readonly DependencyProperty ...
6
votes
1answer
77 views
Consolidating common WPF Styles
I have various Style elements in my WPF XAML that are the same except for the data binding property, e.g.:
<Style x:Key="HasAlphaStyle" TargetType="TextBlock">
<Style.Triggers>
...
2
votes
4answers
142 views
Styling a WPF Button with Image+Text
In my C#/WPF/.NET 4.5 application I have buttons with images that I implemented in the following fashion:
<Button Style="{StaticResource BigButton}">
<StackPanel>
<Image ...
0
votes
1answer
80 views
How to apply a custom style context menu for TextBox (default context menu copy/cut/paste)?
I create style for the MenuItem.
When I create my own menu, everything is good.
But how can I apply a style to the context menu of TextBox?
I mean, the menu (Copy, Cut, Paste, etc.) - I do not want ...
3
votes
1answer
66 views
Setting a property of a style's ControlTemplate in XAML
I want to access a property nested inside a style's control template. I know that you can do this in the code-behind:
GradientStop stop = (GradientStop)progressBar1.Template.FindName("gradStop", ...
1
vote
0answers
100 views
Complex template inheritance in WPF
I created my own button template which has a canvas inside which defines some gradients going over each other.
The basic button is grey
<Style x:Key="ButtonGrey" TargetType="Button">
...
1
vote
1answer
60 views
WPF - Custom reusable button displays no text
This is the code I'm currently using to animate a simple back button that is reusable, the problem is that I also need another button with the same properties but with the possibility to specify a ...
0
votes
0answers
27 views
WPF data to bind style
here is my style .xaml:
<Style TargetType="TabItem" x:Key="gMetroTabItem">
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
<Setter Property="IsTabStop" Value="False" ...
0
votes
1answer
50 views
How to style RibbonComboBox
I have described my problems with binding the SelectedItem of the RibbonComboBox. Another very ugly issue arises when trying to style this control.
Starting with the unstyled ComboBox from the post ...
0
votes
1answer
46 views
Style.Trigger vs. Grid.Trigger
In my Code I have defined two Triggers, a Label and a Canvas.
The description of my problem:
When the cursor goes straight across the Label, the Style.Trigger gets activated and the background colour ...
0
votes
0answers
148 views
WPF TreeViewItem style does not work with MVVM binding
I have a style defined for TreeViewItem controls in my MVVM based WPF application like this:
<Style x:Key="TreeViewItemStyleSensor"
x:Name="TreeViewItemStyleSensor"
...
1
vote
1answer
51 views
How to achieve inset shadow effect in WPF
I have designed an interface in HTML and wish to translate this into WPF but am having troubles with inset shadow.
box-shadow: inset 0 2px 7px 0 rgba(0, 0, 0, 0.5);
The effect im looking for is ...
1
vote
1answer
235 views
Transparent ComboBox in WinRT
So I'm trying to use the default ComboBox to display a list of choices. I want the background of the context menu that pops up when the combo box is selected to be Transparent. I can't find a property ...
0
votes
1answer
29 views
How to return default DataPointStyle?
By default ColumnSeries.DataPointStyle is quite good but the label of it is not visible.
So I have applied custom style to make visible data point label but after this the default style now is ...
2
votes
0answers
75 views
TreeView MasterDetails with ToggleButton
I want to create a MasterDetails TreeView with styles.
From this question I wanted to reuse the toggle button
Here is my XAML
<Window x:Class="TreeViewMasterDetails.MainWindow"
...
3
votes
2answers
117 views
Windows Style from ResourceDictionary don't apply
As I have multiple Windows in my application, I am looking for a solution that does not require me to set a binding on each Window.
I created a ResourceDictionary which has a style for the Window ...
1
vote
1answer
214 views
Stylizing graphs and tooltip of DataVisualization.Chart
I'm creating a UserControl component of type DataVisualization.Chart. I'm building component based on the example of url: http://www.dotnetcurry.com/ShowArticle.aspx?ID=553. This chart will generate ...
1
vote
0answers
140 views
Why does Style not work proper on Popup in WPF?
I am not sure if i do not use the correct way, so I try to describe my case here. Please help to point out the detail.
The purpose of mine is to customize the WPF Popup class and implement a specific ...
0
votes
1answer
120 views
WPF TabItem header skew and Images or Buttons skew
I need to skew (I am sorry if it is not exactly the right word but I am not sure in english) TabItem header. Like in this image:
Is it possible? And how can I do the same thing for buttons? And if ...
0
votes
2answers
44 views
Find the nearest Ancestor with certain property
Is there a way in a Style to bind a property setter value to the nearest parent that has provided a value for that property? For example if I have the following hierarchy:
Window > Grid > GroupBox > ...
0
votes
2answers
244 views
Binding ConverterParameter
Is there a way I could do this in a Style:
<Style TargetType="FrameworkElement">
<Setter Property="Visibility">
<Setter.Value>
<Binding Path="Tag"
...
0
votes
0answers
46 views
Making a style of an animation with BitmapEffect
I am trying to make a style of animation containing BitmapEffects.
it gives this error :
'BitmapEffect' property does not point to a DependencyObject in path
If possible don't want to use ...
0
votes
1answer
57 views
Styling a slider makes it ineffective
When I put my styling out of a Slider control, it gets all messed up (I can't move the slider anymore, and it's stuck).
Original code (it works):
<Slider IsThumbToolTipEnabled="True" ...
0
votes
1answer
96 views
DataBinding inside a ContentTemplate inside a Style in Silverlight
I'm defining the following style in XAML:
<Style TargetType="telerik:RadDiagramShape" x:Key="styleShapeBase">
<Setter Property="Width" Value="120" />
<Setter Property="Height" ...
2
votes
2answers
312 views
Create wpf button with an image and a text
I would like to create a button template in order to display an image and a label in the button.
I thiking about use an horizontal stackpanel on the button.
I don't succeed to display the label.
...
0
votes
1answer
114 views
change style-setter-property
I have the code below is very simple with style resources in wp7,
<Style x:Name="image_find" x:Key="ImageFind1" TargetType="Image">
<Setter Property="Source" ...
0
votes
1answer
41 views
Styling of sub-controls which change their appearance based on bindings
I have a custom control bound to several properties and I want to separate styles but I'm facing a problem.
Basically it is a Button with a ContentControl inside. The Button style depends on ...
0
votes
3answers
386 views
Multicontent on a wpf button ( Image + Text)
I would like to create a template for a button. I would like to place an image (on the left) and text on this button.
I tried to make a thing like that:
<ControlTemplate TargetType="{x:Type ...
2
votes
1answer
118 views
Unable to Cast error when using <Style TargetType=
I'm attempting to use a resource dictionary and the style TargetType property to change the look of the buttons in my solution. I am receiving a cast error at run time when the first button is ...
0
votes
1answer
104 views
Background property of DataGridRow is wrong
I've got a WPF application that uses a DataGrid control and is used by police officers in police cars. I use merged dictionaries to implement Day and Night "modes", where the color palette changes ...
0
votes
1answer
125 views
My button-style doesn't show my background image on MouseOver
I have create a style for a button like this
<Style TargetType="{x:Type Button}" x:Key="BoutonRessources">
<Setter Property="Width" Value="18" />
<Setter ...



