1
vote
3answers
565 views
How do I include a custom row at the end of a DataGrid in Silverlight?
I have a DataGrid in my Silverlight application and it works nicely, adding a row or removing a row as I manipulate the ItemsSource collection. However, I want there to be an addit …
1
vote
2answers
544 views
SharePoint does not find my custom RenderingTemplate
So I've created a custom RenderingTemplate and deployed it to CONTROLTEMPLATES\MyControlTemplates\
It basically dictates how a custom content type that i've created should be ren …
2
votes
4answers
5k views
Styling a WPF layout grid background (of each cell, row, column)
I would like to know if there is any way to style a WPF layout grid's cells, rows and columns. I've been trying to find any information and the few mentions I've found have not bee …
1
vote
1answer
124 views
How do I bind to the SelectedItem property in a ControlTemplate?
Consider the following Control/Template
<my:ExpandingListBox Margin="0,2,0,0" x:Name="TagSearchListBox">
<my:ExpandingListBox.Template>
<ControlTemplate …
0
votes
4answers
562 views
Setting Properties of Control Templates in XAML
I've created a button control template where I want to change the glow color of the button on the xaml level. Here is what I mean.
<Button x:Name="btnClose" Template="{Dynamic …
2
votes
1answer
243 views
adjust border on one specific side
I'm using a controlTemplate of the ListBox to show a collection.
I want to display all the items with a border like in a grid (all lines same size).
When I give every listBoxItem …
0
votes
1answer
347 views
WPF ControlTemplate How to
I am very new to WPF, about 4 hours new. I am coming from ASP.net and Masterpages.
I was looking at examples of Control Template that can used to template a window so all windows …
0
votes
2answers
379 views
How could I implement this strange WPF TreeListDataGridView?
As you can see in the image below I have a tree datamodel consisting of groups that can contain other groups plus an arbitary number of items wich again can hold Parameters. The Pa …
2
votes
1answer
323 views
Accessing TemplatePart without changing ControlTemplate?
hi there,
i wonder if there is a way to access a control's templatepart from within c# for modifying the part (e.g. hiding, etc..). is it possible to get a reference to the part w …
