0
votes
0answers
23 views

How can I add children to an grid based on a template?

I'm fairly new to XAML but enjoying learning it. I'm not really sure about the legal consequences so I mocked my case a little ;) I have some problems with templates. I have a main grid with a child ...
0
votes
0answers
26 views

How to insert a valid control template

here is the template I created in a resource dictionary <Style TargetType="{x:Type local:EntryLabelBase}"> <Setter Property="Template"> <Setter.Value> ...
2
votes
0answers
28 views

OnApplyTemplate() not being called when control template is changed via a style

I have a control whose template is changed via a style: <Style TargetType="{x:Type my:MyControl}"> <Style.Triggers> <Trigger Property="ControlType" Value="Type1"> ...
0
votes
1answer
64 views

How to customize the style of CheckBox in WPF

I'm just begin study WPF, so I'm unfamiliar with style and template. I want to customize a CheckBox with a Image and two Labels like this: How can I do? .xaml <Window ...
1
vote
1answer
49 views

Binding ObservableCollection of strings to templated ListBox

I have this collection ObservableCollection<string> Urls { get; set; } inside my data context class. I have a binding to it in my list box: <ListBox ItemsSource="{Binding Urls}"> ...
0
votes
2answers
71 views

Refresh WPF UI after changing style color

I created a Template in a ResourceDictionary. I have created a window in order to change the ThemeColor. This colors is binded to my ResourceDictionary. Here is my ResourceDictionary : ...
0
votes
1answer
21 views

Stretching not applying in a WPF templated Button

I created a templated button in WPF : <ControlTemplate TargetType="{x:Type Button}" x:Key="BoutonGris"> <Button Foreground="White" BorderBrush="Transparent" ...
1
vote
1answer
63 views

Binding two colour on a wpf template

I created a Template in order to set a Theme for my Application. In this Template, i created a Gradient style (composed of two colors) : <ResourceDictionary ...
0
votes
1answer
39 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
0answers
25 views

Magenta box XAML

i'm using the the GoXam framework to create blocks and links between them. My problem is there when i make a link it uses the default template and exhibits a magenta box around the connected ports. ...
0
votes
0answers
115 views

WPF Toolkit Chart - Custom tooltip - show complex dependent value

I have the following chart: <cht:Chart ...> <cht:Chart.Series> <cht:LineSeries Name="LineSeries" Title="a" DependentValueBinding="{Binding Path=Value}" ...
0
votes
1answer
73 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
37 views

How to change XAML file as a template WPF

I have a C# WPF application with 2 templates(group of .xaml files) how can i exclude from project one group of xaml files and include other group without editing project file manually Thanks!
0
votes
1answer
34 views

Variable Image Source inside a Button Template

How can I transfer the Source attribute from a button template to an Image inside that template ? This is how my XAML looks like: <Page x:Class="TallShip.MainGallery" ...
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"> ...
0
votes
1answer
183 views

WPF ListBox items with template become invisible after grouping

I have ObservableCollection with items which I want to display in a ListBox. Also I write a template for ListboxItem for correct display of my collection. On this stage everything works fine. in .cs ...
0
votes
1answer
31 views

WPF Customise NavigationUI Control

Good Afternoon, I am trying to customise the NavigationPanel UI Back and forward button, i basically just want to change the colors. I cannot find a property that can be set so i am a little stuck. ...
2
votes
0answers
76 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" ...
0
votes
3answers
231 views

Data Binding to a listbox item template not working

I have the following code. It builds and runs but does not populate the listbox. Can someone spot the mistake? <Grid> <ListBox ItemsSource="{Binding Path=questions}" Height="401" ...
1
vote
3answers
111 views

How to organize resources (styles, …) in a complex WPF scenario?

How can WPF resources - including styles, templates, etc. - be organized, so that I can use them across Windows, Pages or even Projects. What options do I have to achieve maximum re-usability of my ...
3
votes
1answer
118 views

How can I easily change the style of WPF TextBox when it gets focused?

I have a TextBox in my WPF app, with background color "Blue". When it receives focus, the background color changes to "White" by default. I want the background color to have another color when the ...
1
vote
1answer
164 views

Custom skins engine for WPF

I would like to let the users of my apps (C# + WPF) to build their own themes and skins. What is the best way to achive that? Are there some examples or maybe some sort of "skin engine" I need to look ...
2
votes
2answers
314 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
3answers
393 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 ...
0
votes
1answer
108 views

How to avoid selection in ListBox changing datatemplate?

Im using VS2012 in a WPF application. I have a listbox in a mainwindow. The listbox has the background = null - which means the background equals the mainwindow background. The listbox has a ...
2
votes
1answer
111 views

Using VS2010 online template “WPF MVVM project template”, CanExecuteChanged not working?

I created a new WPF MVVM application via Online Templates->WPF in VS2010->WPF MVVM project template. I created a checkbox labeled "Refresh Enabled?" next to the "Refresh" button that I wanted to ...
0
votes
1answer
208 views

wpf Resource template not applied

I got a ResourceDictionary CustomStyles.xaml and i've implemented it in two views. In the first view all templates and styles are working just fine. Though in the second view my Templates aren't ...
0
votes
0answers
193 views

Set background for Ribbon Application menu popup menu?

I tried to get an Office 2010 like ribbon by redefining the mainwindow content template, it looks working well at first. But I need to set the background of ribbon control to transparent to let the ...
0
votes
1answer
131 views

Setting up Binding to template child

I derived from the System.Windows.Controls.ScrollViewer and changed the Template; my idea was to create a ScrollViewer as seen in Visual Studio 2010, which has a small ComboBox to set the zoom into ...
0
votes
1answer
52 views

Avoid ControlTemplate style inheritance

We use the method described in this article to style a "main-menu-like" TabControl. Unfortunately, the style part of the template is also applied to any other TabControl inside a TabItem. We'd like to ...
0
votes
1answer
71 views

WPF Getting a pointer from a template object

I have a XAML snippet that looks like this: <UserControl.Resources> <DataTemplate DataType="{x:Type ns:MyObject}"> <Grid> /// Stuff </Grid> <GridView ...
0
votes
1answer
257 views

Set style on ComboBoxItem from template for ComboBox

I am doing a template for some ComboBox controls in WPF. But I want to also style the ComboBoxItems from within this template. I've only found how to apply a Style from where the control is created, ...
0
votes
0answers
90 views

DataGrid Template / Navigation

I'm trying to write what I thought would be a simple Check Register application... I'm storing the data in XML - I'm having no issues with reading or writing the data, just having issues with ...
0
votes
2answers
32 views

Defining default layout properties

I want to set consistent margins throughout all controls within an entire view. I currently use XAML: <Window.Resources> <Thickness ...
0
votes
3answers
434 views

ListViewItem custom template: ContentPresenter stays empty

I have the following ListView in my code. views:GameCard is a custom UserControl and {Binding} is a valid DataContext object with three items. Without the custom ItemContainerStyle everything works ...
0
votes
2answers
67 views

Templating business object collections for use in a DataGrid

Assuming the following two fictitious classes: public class Person { public int Id { get; set; } public string FirstName { get; set; } public string LastName { get; set; } public ...
0
votes
1answer
70 views

Starting with WPF - General questions

I am starting to learn WPF now and I am starting to use Belnd as well, so I have some beginner questions: 1 - I wanted to know the difference between the "Simple" controls and regular controls, for ...
0
votes
1answer
158 views

How to set datagrid columnheader to show both icon and text?

I have a datagrid in my WPF app and I want to show a redlight icon on some columns to demonstrate that the column is missing some data. This is my window resource in XAML: <DataTemplate ...
0
votes
1answer
39 views

Template is not loading

I have an WPF template but it does not show up when starting the application. No errors in WPF and none anywhere. Just no using of the template. How to figure out what the problem is? ...
0
votes
1answer
67 views

deleting item in listbox through its button

i have a template that represent a song: <DataTemplate x:Key="songTemplate" DataType="local:song"> <Border BorderBrush="Gray" BorderThickness="1" Padding="2"> ...
4
votes
1answer
166 views

WPF/XAML using TreeViewItems in a TreeView with Databinding and advanced templates

I'm pretty new to XAML and to databinding, so hopefully this will be an easy question to someone out there... I'm trying to build a TreeView using data binding that has a structure similar to this: ...
0
votes
1answer
491 views

WPF Bind Visibility of Validation Adorner in MVVM

I am currently working on an MVVM Solution, using WPF Validation. What I'd like to do is be able to control when the Validation Adorners are shown using a "ShowErrors" Visibility Property in my ...
0
votes
2answers
118 views

DataGrid template edit

I've created datagrid with combobox (reading data from DB), but need to fix some problems, maybe someone of you can help me ;) First of all, I used grouping in dataGrid (group by name Wzór#), and ...
1
vote
1answer
253 views

DataGrid change RowDetailsTemplate dynamically

Situation: I have a DataGrid where the items can belong to different categories, say A, B and Custom. Each Category has its own RowDetails template. The category of an item can be changed, and when ...
0
votes
0answers
145 views

Change DateTimePicker telerik style

I'm trying to change (or define) DateTimePicker control style but I'm not succeeding at all. I need to change Header background and foreground color, Header text, Clock format etc. Here goes part of ...
0
votes
1answer
205 views

How to assign control template to window in Wpf?

I am trying to define a control template that I then want to use for example for modal dialogs. The problem is, that I followed all instructions that I could find on stackoverflow and anywhere else, ...
0
votes
3answers
57 views

Accessing the built-in styles in wpf

When I put button on a toolbar, its style changes automatically to match the toolbar elements. I derived my own class from a ToggleButton, and now if I instantiate one on the toolbar, it looks like ...
1
vote
1answer
766 views

Microsoft Office 2013 windows template

I want to make a template like the one used or Microsoft Office 2013 Preview: Could anybody give me some tips? Thanks!
0
votes
0answers
139 views

WPF DataGridRow Template - how to achieve Selected event

I would like to override the DataGridRow template depending on the datatype of object bound to the grid. If the type is label, it just shows a Label. Otehrwise, it shows the cells. Follwing is the ...
0
votes
1answer
104 views

Access ControlTemplate components (windows 8 app)

I would like to combine some UI elements into a Control, and then access them by code. However I can't figure it out. The control template: <Page.Resources> <Style x:Key="GridViewStyle1" ...

1 2 3 4 5 8