Tagged Questions

16
votes
5answers
49k 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 been that informative. ...
6
votes
2answers
4k 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 additional row, or ...
2
votes
1answer
327 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 TargetType="{x:Type ...
0
votes
1answer
68 views

Expander button on the right side: how to do it?

i want to position the Expander button on the right side of the label. How to do this?
0
votes
4answers
1k 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="{DynamicResource ...