wpftoolkit
Binding Dictionary to WPF toolkit Chart
Here is my code for binding a dictionary item to a Chart control. I keep getting the following error:[详细]
2023-03-06 19:20 分类:问答Wpf IsBusy indicator
In my wpf application, I am using extended wpftoolkit BusyIndicator, problem is the isbusy property cannot be updated from the viewmodel, how to i update it from the viewmodel or other process.[详细]
2023-03-03 15:50 分类:问答How to minimize memory usage for WPF Toolkit charts?
I have a following situation. There is one line chart which can display 10 lines at a time. Each line contain 355 data points. User can turn each of the line on and off by selecting/deselecting data[详细]
2023-02-23 10:53 分类:问答WPF Tab Margins
I have a WPF TabControl, with some TabItems.I want margins on the left and right of the TabItems group, if that makes sense.[详细]
2023-02-19 06:36 分类:问答WPF tool kit AutoCompleteBox doesn't refresh its data
In the AutoCompleteBox I choose \"AAAA\" witch is the name of the first person in my Personscollection.[详细]
2023-02-17 18:52 分类:问答How to group data of LIstview in WPF?
How to group data of Listview when data are bind from SQL Database I used Collection View Source for that but it[详细]
2023-02-17 15:04 分类:问答disable wpftoolkit chart datapoint
Does anybody know how to turn off the datapoints for a noraml LineSeries in a WPFToolkit chart?I find them to be very annoying, and not useful to my purposes, but I can\'t find a simple property or an[详细]
2023-02-17 13:29 分类:问答How do I bind cell value to a specific property on an object?
I have a DataTable that is populated at the cell level with the following type: public class GridC开发者_如何学Goell[详细]
2023-02-17 11:11 分类:问答WPF DateTimePicker not setting date after validation
I\'m trying to validate the selected date in a datetime picker control and setting it to today\'s date if the date selected is > Datetime.Today.The issue I\'m facing is that I\'m not able to set the S[详细]
2023-02-15 22:30 分类:问答Bind linq to DataGridComboBoxColumn
I am usingwpftoolkit from wpf.codeplex.com . While binding a data table(through linq object list) there is a collumn that contains a reference of another table content as a foreign key. So, generally,[详细]
2023-02-15 16:30 分类:问答