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.
1
vote
1answer
13 views
How to set a default color to the Pie slices in WPF Pie chart
I am using WPF Pie chart with Labels using the article from Zag studio.This chart refreshes for new values every 1 min. It works fine, but why the color of the pie slices changes for every refresh? ...
0
votes
0answers
21 views
Cursor display on WPF TextBox without focus
I have two text box on my screen Name and description.
When focus on Name and now I click on description textbox Cursor is still visible on Name text box but it is not blinking and it also visble on ...
0
votes
0answers
27 views
AutoCompleteBox randomly sets Text Value
I'm using an AutoCompleteBox in a DataGrid for order line items. It works great except for one thing: the text typed into the acb moves unpredictably to other rows in the DataGrid, seemingly at ...
0
votes
0answers
9 views
horizontal line on wpftoolkit chart
I'm using the WPF toolkit to create a line graph.
Here's what I'm doing:
<Window x:Class="TempDataAnalyzer.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
0
votes
0answers
18 views
WPF Toolkit Datavisualization error
I get this error when I try to run my VS2012-project in release mode:
{"Could not load file or assembly
'System.Windows.Controls.DataVisualization.Toolkit,
Version=3.5.40128.1, ...
0
votes
0answers
22 views
WPF Extended Toolkit breaks VS2012 Designer
As described, I used the TOOLS -> Library Package Manager -> Package Manager Console to run
PM> Install-Package Extended.Wpf.Toolkit
and all seemed to work Ok. I created a new Tab in my Toolbox ...
0
votes
0answers
15 views
PNG Image Become transparent when increase distance of camera in WPF code
I had set png Image as Brush background of Rectangle and set rectangle to Vieport3D group.
But when i am trying to increase distance of camera Image Become Transparent. But this problem face in XP ...
-1
votes
2answers
58 views
Insert hyphen automatically after every 4 characters in a TextBox
I want to implement some thing that when a user enters 4 characters then a hyphen should be added to the text and then again user enter 4 characters and then again hypen should added automatically in ...
1
vote
1answer
60 views
Adding a TextBlock (or label) on the end of a LineSeries DataPoint of a DataVisualizationChart
I'm creating a User Control componente of type DataVisualization.Chart. Right now, he accepts 4 range limits (1 range minimum of accept value and 1 maximum, also 1 range minimum of warning value and 1 ...
0
votes
1answer
52 views
WPF Charting toolkit change axis interval labels programatically
I'd like to programatically change the interval of labels on X axis of my Line chart.
The only thing I've found was how to do it in xaml file: http://stackoverflow.com/a/8944925/2302510 and it works ...
0
votes
1answer
33 views
How to change legend name in WPF Toolkit
Hi!
This is WPF Toolkit line chart.
Does anyone know how to change Series1 text programmaticaly?
Thanks!
0
votes
0answers
22 views
Binding update adds news series to WPF Toolkit chart
i am facing same issue
Binding update adds news series to WPF Toolkit chart (instead of replacing/updating series)
but i cannot use the solution provided. Because i am using Dll instead of source ...
0
votes
0answers
23 views
DateTimeUpDown Control using extended toolkit in WPF, Error:Object reference not set to an instance of an object
I got Object reference not set to an instance of an object error. I'm novice in WPF
any idea what is wrong?
private void OnSelectedValueChanged(object sender, ...
0
votes
1answer
55 views
Pivot Itemssource not updating
Hi I have a Category class where I am downloading data from API and displaying in Pivot, now for index 0 of Pivot the data loads, I have added a Pivot selection changed event when user flips to other ...
0
votes
0answers
71 views
WPF bindings not working on BusyIndicator BusyContentTemplate
I've tried to implement a busy indicator to my project but I get errors from the bindings in my immediate window that the properties are not found. The same technique I'm using seems to be working ...
0
votes
1answer
68 views
WPF DataGrid and the WPF Toolkit on Codeplex
ok, I'm totally confused. I'm new to WPF (don't know how many times I read this sentence in the last week) and I'm investigating in DataGrids for my project.
The DataGrid in WPF 4.0 does not provide ...
0
votes
0answers
41 views
wpf checklistbox with Shift shortcut for multi selection
I would like to implement a wpf checklistbox with Shift/Ctrl shortcut for multi selection.
Got the following solution, but it can only multi select the TEXT area with Shift/Ctrl, in the
checkbox ...
0
votes
0answers
13 views
TreeViewDragDropTarget in WPF?
I need to provide dragging and dropping on a TreeView and I stumbled upon TreeViewDragDropTarget from the Silverlight Toolkit. Is there something similar to it for WPF?
0
votes
0answers
94 views
WPF Toolkit Extended PropertyGrid binding to collection
I somewhat fear that this question was already asked but I could not find anything useful.
I want to use the PropertyGrid from the WPF Toolkit Extended Community Edition. I want to bind an ...
0
votes
0answers
48 views
Root Cause: Recursive call to Automation Peer API is not valid
We've used WPF Tookit DataGrid and .NET 3.5 for about 2 years. And we've got two cases which throw exception - "Recursive call to Automation Peer API is not valid". It's quit strange and eratic, very ...
0
votes
0answers
31 views
AutoCompleteBox: appending suggested item to search box
Above image represents my situation.
If I click the "Down" arrow on keyboard, the search box will be set to "Java" instead of appending "Java" to the already existing text ("php ").
Basicaly, ...
1
vote
0answers
98 views
TimePicker from Extended Wpf Toolkit don't tab properly with tabIndex
I use a TimePicker control from the latest Extended Wpf Toolkit build.
I setted a tabindex in the XAML. My problem is thaht the cursor never go on this contrôl :(
Here is my xaml piece :
<Grid ...
1
vote
1answer
40 views
WPF Toolkit Propertybox does not display nullable Enums
I'm currently using the Extended WPF Toolkit and from that i'm using the Propertybox. This box displays all properties of a bound element. While this works great, there is one problem. I'm using ...
0
votes
0answers
51 views
using ListCollectionView GroupDescriptions to draw a pie chart with wpf toolkit
I have a ListCollectionView:
public static ListCollectionView Compasscollection {
get {
if (_compasscollection == null) {
_compasscollection =
...
0
votes
0answers
54 views
CheckComboBox in WPF Toolkit Template Customize
I am using CheckComboBox of Wpf toolkit (http://wpftoolkit.codeplex.com/wikipage?title=CheckComboBox). I need to change popup style of Checkcombobox. (I.e. when Checkbox is checked, Backcolor of Item ...
1
vote
2answers
40 views
WPF Toolkit incorrect DataGrid height
I am using the DataGrid control from WPF Toolkit release February 2010 (.net framework 3.5) and after setting text wrap for the cells of the table I have noticed that the DataGrid is displayed with a ...
0
votes
2answers
51 views
Add instance of Window or UserControl inside another Window
I have a Window which displays a set of MediaElements in it. They consume a lot of memory. There is a preview option.
The preview needs to be synchronized with the main Window, where the ...
3
votes
2answers
279 views
WPF toolkit for tile listview
I need to create tiles of well formatted buttons, something like the Windows 8 start page. Is there any toolkit available for a custom ListView which may support tile view or grid view, with some ...
1
vote
1answer
60 views
WPF Toolkit Chart Unordered LineSeries
The default LineSeries implementation orders data points by independed value. This gives me strange results for data like this:
Is it possible to plot a line series where lines are drawn between ...
0
votes
0answers
54 views
Show Extended WPF Wizard at Design Time
Is it possible to have the Wizard from Xceed Extended WPF show its makeup at design-time?
I just get a blank screen and its not particularly useful.
0
votes
0answers
18 views
Installing WPFTools
I am using windows sdk 8 express I have been trying to add the WPFTools now for two days LOL.
I am just wondering if any one has a basic project with these tools added so I could just have a look at ...
-1
votes
2answers
38 views
How to implement virtual tour in WPF [closed]
How to implement virtual tour in Windows Presenstation Framework.
0
votes
0answers
75 views
WPF AutoCompleteBox dynamic sorting
I am using the WPF AutoCompleteBox and I have it working great, but one thing I would like to do is sort the suggestion list on the fly after each letter is entered into the primary TextBox. Does ...
0
votes
0answers
38 views
WPF DataGrid to generate columns from a collection
I have a form where user lands by selecting some start and end date. So the form has to load with those many days in the users selection as grid columns. So How do i generate these columns == number ...
0
votes
0answers
52 views
DataGridCheckBoxColumn shows empty cells without checkboxes (using WPFToolkit 3.5)
Good day!
I have the next problem:
I'm using WPFToolkit.dll Version 3.5. I'm trying to add DataGridCheckBoxColumn and there is no any success. CheckBox column should display bit-column from mssql ...
1
vote
0answers
191 views
Extended WPF Toolkit Datagrid with binding
Sorry but I only found the way with the FieldName defined in the culumn tag or the old style
<xcdg:DataGridCollectionViewSource x:Key="cvsMetals" Source="{Binding MetalTypes}">
...
2
votes
1answer
158 views
Specify minimum and maximum axis for WPF chart
This is a seemingly simple question but I cannot find a simple answer. I want to specify the minimum and maximum for the existing Y axis on the chart.
Here's the chart:
<Window ...
1
vote
1answer
234 views
How can I add a horizontal line (“goal line”) for a chart in WPF?
I'm using the WPF toolkit (http://www.codeproject.com/Articles/196502/WPF-Toolkit-Charting-Controls-Line-Bar-Area-Pie-Co) to create a line graph.
Here's what I'm doing:
<Window ...
0
votes
1answer
307 views
TimePicker in Wpf Toolkit
I wanna use timepicker in wpf.I found a tool for this.(http://wpftoolkit.codeplex.com/wikipage?title=TimePicker&referringTitle=Home). I installed it.
I searched how to use it but I couldn't find ...
1
vote
1answer
162 views
How can I add a horizontal line in WPF Toolkit Chart?
I have the following chart:
<DVC:Chart x:Name="userChart" Title="Stats" Grid.Row="1" BorderThickness="0">
<DVC:Chart.Series>
<DVC:LineSeries Title="TEST"
...
2
votes
2answers
65 views
How to pass authentication credientials to php application from a WPF app
I have WPF app and Web browser control in it. I am opening a web page which is a php application.
I need to pass my machine credential's to the php application.
The Web browser control opens a ...
0
votes
1answer
91 views
WPF web browser control takes to long to load
Hi I am developing a WPF application.
The web browser control takes a long time to load the page.
Is there a way to display some text before the page loads . The .Documenttext is not available is ...
0
votes
1answer
67 views
WPFToolkit : Type reference cannot find a public type
Since moving on to a new PC I've been having trouble getting a project to run on it, specifically the problem is with some of the controls from the WPFToolkit.
On my previous set up I'd downloaded ...
1
vote
1answer
132 views
WPF AutoCompleteBox
Does anybody know how to change the Background of the selected item in the drop down list of the AutoCompleteBox?
0
votes
0answers
29 views
I added Expander and Grid controls to the Tab control and the controls are not getting resized along with main window
I added Expander and Grid controls to the Tab control and the controls are not getting resized along with main window though their width was set to "auto" Grid Alignment set to Stretch. How can i fix ...
0
votes
3answers
73 views
Concat a DateTime
On a wpf application i have a DatePicker, and, a TimePicker ( from the Extended WPF Toolkit).
These two contrôls return a DateTime Value.
I would like to store the result of this two control in a one ...
0
votes
1answer
166 views
WPF: How to show column value for a Chart.ColumnSeries?
I'm using the WPF Toolkit for a .Net 4.0 application written in C#. I have a Chart containing a Column Series bound to a dictionary. The chart works fine but I'd like to show the actual value of each ...
3
votes
1answer
235 views
WPF Toolkit Chart - NullReferenceException after Series.Clear()
The error occurs in a much more complex context, but can be reproduced in this simple example:
MainWindow.xaml
<Window>
<StackPanel>
<Button ...
0
votes
1answer
76 views
how to set wpf extended tookit chart line series as a top line series?
is there any way how to bring to the front any of displayed line series in my chart component?
I tried Focus(), but this do not work.
thanks
0
votes
0answers
60 views
AutoCompleteBox Click on item
I am using AutoCompleteBox:
<my:AutoCompleteBox Grid.Column="1" Name="SearchTextBox" Height="23" Width="240"
Populating="SearchTextDidChange" FilterMode="None" ...





