wpftoolkit
Inserting a combobox in a datagrid in wpf
C# MainDataContext db = new MainDataContext(); var cat = from p in db.Categories select p; categoriesComboBox.ItemsSource = cat;[详细]
2023-04-12 02:29 分类:问答Graph works on first tabitem but not second tabitem?
I am using Wpf Toolkit for the graph, and I realise that it doesn\'t work when I place it as the second tabitem. What could be the problem?[详细]
2023-04-11 07:57 分类:问答WPF Tookit - IntegerUpDown
How do I get the value from the IntergerUpDown control? I\'am using this : http://wpftoolkit.codeplex.com/wikipage?title=NumericUpDown[详细]
2023-04-10 10:09 分类:问答WPF: ComboBox DataTemplate
XAML: <dxe:ComboBoxEdit x:Name=\"UserSelectComboBox\" Margin=\"68.497,31.75,0,48.213\" Background={DynamicResource TextBoxBackground}\" Height=\"{DynamicResource[详细]
2023-04-10 01:52 分类:问答WPF Toolkit: display a label above each line in LineSeries Chart
I\'m t开发者_Go百科rying to display a label on a lineseries in a WPFToolkit chart. The result I\'m looking for would be something like this:[详细]
2023-04-08 18:46 分类:问答How to Know the lastVisbile row in wpf toolkit datagrid
i have datagrid which has 200 rows of data. i need to display the records in 4 monitors. monitor resolutions may be different. so, i need to display the records in such a way that suppose 40 records c[详细]
2023-04-08 08:54 分类:问答How can DataGridComboBoxColumn style be changed?
I need to change border style to invisible on \"DataGridComboBoxColumn\"... How can I do it? I hope there is another way then changing to datagridTemplate and put combobox el开发者_开发知识库ement wit[详细]
2023-04-03 11:22 分类:问答WPF Toolkit in .net 4.0
Is WPF Toolkit i开发者_运维知识库ncluded in .net 4.0? I\'m interested in using charts from WPF Toolkit and would like to ask if the charts are available in .net 4.0 or do I have to download WPF Toolki[详细]
2023-04-03 08:45 分类:问答Navigate from MainView to another View
I am new to WPF and i am using WPF Model-View-ViewModel Toolkit 0.1 to get my hands on WPF. I have a fairly simple question but i cant get my head around it.[详细]
2023-04-02 16:21 分类:问答Get "is ready" signal after rendering of WPF toolkit chart
I am using the charting stuff of the WPF toolkit. After creating a chart I like to have a snaphshot of that chart, without visualizing that chart. My problem is that I don\'t know when the rendering p[详细]
2023-04-02 06:18 分类:问答