Tagged Questions
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 ...
5
votes
5answers
258 views
ASP/C# code behind can not reach control from markup
Issue:
I have a markup like this (only the important lines):
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="RTDeluxe.ascx.cs"
Inherits="MainSolution.CONTROLTEMPLATES.Kunde.RTDeluxe" ...
4
votes
3answers
235 views
WPF Styles/Template inheritance
I'm trying to learn WPF at the moment, and looking into making the default .Net control look different through the use of style. Using C# as my preferred language although all the code below is WPF ...
2
votes
1answer
833 views
Accessing TemplatePart without changing ControlTemplate?
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 with pure c#?
i don't want to ...
0
votes
1answer
110 views
Styling an adorner
Hey, I have a bunch of ContentControls on a Canvas, the ContentControls each have an adorner on top of them to increase the selection area (some ContentControls may be rendered as 1-pixel lines, and ...
0
votes
1answer
62 views
How to access and provide default values to controls within WPF templates?
I'm struggling with control templates. I'm currently building a UI which has several panes which are essentially build out of more basic controls.
here's how one of our construction panes looks like ...
0
votes
1answer
437 views
How to draw complex shape from code behind for custom control in resource dictionary
I am new to wpf and am having a problem which may or may not be trivial. I have defined a custom control as follows in the resource dictionary:
<ResourceDictionary
...