Questions tagged [wpftoolkit]

The WPF Toolkit is a collection of WPF features and components that are being made available outside of the normal .NET Framework ship cycle. The WPF Toolkit not only allows users to get new functionality more quickly, but allows an efficient means for giving feedback to the product team.

Official site:

1022 questions
0
votes
1 answer

Column with DateTime value in WPFToolkit DataGrid

I am trying to make a simple DateTime column, for setting Time values. Playing around like that: it appears normal but changing the value…
iLemming
  • 34,477
  • 60
  • 195
  • 309
0
votes
2 answers

Dynamic Themes in WPF

I am gong to develop an windows application in .net using WPF. So, how we can implement dynamic themes at run time. I have have searched a lot about this but I can'nt understand this thing. If I add the below line in app.xaml then it shows error…
RKK
  • 367
  • 1
  • 5
  • 10
0
votes
1 answer

Show selected item in a DataGrid within a ComboBox

I have a WPF toolkit DataGrid as the dropdown in a ComboBox template.
a_hardin
  • 4,991
  • 4
  • 32
  • 40
0
votes
1 answer

How do I style Silverlight chart marker?

I am using the Silverlight 4 Toolkit chart control (and also the WPF chart control). My goal is to have a marker that is an arbitrary symbol - for example I need a marker style that is an X. It can be an image, or a char, I don't mind. Any idea how…
dant
  • 575
  • 1
  • 5
  • 11
0
votes
1 answer

Binding Tooltip to each item of WPFToolkit DropDownColumn

How to bind tooltip text to each item of A dropdown inside the WPFToolkit's DataGrid. i m using following Code
Abhi
  • 5,501
  • 17
  • 78
  • 133
0
votes
1 answer

How can I find the mouse click position co-ordinates as per graph in wpf charting tool kit

I working on Charting of Wpf tool kit. I have x-axis as Freuency and Y-axis as Immediate Level. The graph is realtime graph. I need to know the ordinates of a point where user has clicked. Is there any event raised or any property where i can get…
D J
  • 6,908
  • 13
  • 43
  • 75
0
votes
3 answers

how to add row in datagrid dynamically

I am using WPF application in this form have one gridview and one button i am using the ObservableCollection have Generic and one class code like this public partial class MainWindow : Window { public ObservableCollection data1 = new…
vipul
  • 89
  • 2
  • 11
0
votes
2 answers

How to do styling of data grid?

here i want to give alternate color white and grey to grid row . i hv done many try but i can not do styling of grid .the code is here