Skip to main content

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.

-1 votes
1 answer
52 views

How do I dynamically change the stringformat of a datepicker (WPF, c#)?

I have this datepicker element: <DatePicker Name="DataSelected" Grid.Column="1" Grid.Row="2" ...
Kristina Tamaro's user avatar
1 vote
0 answers
52 views

change column color depending on value WPFToolkit Chart Control

I have the WPFToolKit-Chart control which contains date and hours worked values. I want to change the color of column according to values. For example, I want to make the color orange when it exceeds ...
Gokhan's user avatar
  • 479
0 votes
1 answer
90 views

WPF Datagrid with SelectedItem doesn't show updates to ViewModel property

I have a ReadOnly DataGrid in a WPF UserControl bound to a ViewModel (VM) and a SelectedItem bound to a Property of the VM. There are also two textboxes, one bound to a SelectedItem Property and one ...
JCL's user avatar
  • 3
0 votes
1 answer
199 views

How to customize ButttonSpinner control inside an IntegerUpDown control in Extended WPF Toolkit?

Sorry I'm pretty newbie in WPF styling. I have this ButtonSpinner control and I set its width and height using the appropriate properties: <xctk:ButtonSpinner Width="200" SpinnerWidth=...
Ihsan Nurul Iman's user avatar
0 votes
0 answers
42 views

WPF: Geeting an Exception in IDE but not in Running the exe for a Terminal Message Window

I have a function which displays a window (like a message box) to the user when the application encounters an error and is about to quit (The warning window below). When debugging in the IDE the main ...
user937036's user avatar
-1 votes
1 answer
516 views

Using a custom class with ItemSource and Binding in WPF [duplicate]

I'm working on a project to extract Adobe Creative Cloud fonts to another directory so they can be used in external programs that don't recognize them. I would like to populate an Extended WPF Toolkit ...
Justin Jung's user avatar
0 votes
2 answers
172 views

WPF Toolkit BusyIndicator with LiveCharts - Indicator is overlapped by the chart

I use the BusyIndicator from the WPF Toolkit together with LiveCharts. Unfortunately the chart overlaps the BusyIndicator. Is there any possibility to bring the BusyIndicator to the top level? Below ...
patrickgc's user avatar
0 votes
1 answer
584 views

NumericUpDown doesn't reflect change in bound value

I have a View with a NumericUpDown control, which doesn't work like I expect. Tried Exceed/NumericUpDown and MahApps/NumericUpDown - same problem. It is defined like this: <mahapps:...
Alexey Titov's user avatar
0 votes
2 answers
253 views

C# reset wpf toolkit CheckComboBox

I have a CheckComboBox from the wpfToolkit and i want to reset it. That means that all items in the CheckComboBox are unchecked. Already tried to set the SelectedValue to an empty string. This works ...
Donkanaille's user avatar
2 votes
0 answers
341 views

Unable to run dotnetprojects WpfToolkit

I have a project which still uses Xceed WPF Toolkit DataGrid, and I want to upgrade it to https://github.com/dotnetprojects/WpfExtendedToolkit. I have unistalled the Xceed nuget and installed this one:...
Carlos's user avatar
  • 1,770
0 votes
1 answer
137 views

WPF Toolkit BarSeries descending order

Is it possible to set the sorting of WPF toolkit System.Windows.Controls.DataVisualization.Charting.BarSeries? I have following bar chart: <dvc:Chart x:Name="BarChart"> <dvc:...
Arli  Chokoev's user avatar
0 votes
1 answer
872 views

WPFToolkit AutoCompleteBox not binding correctly inside ListView

After struggling a bit to just get started with WPFToolkit's AutoCompleteBox control, I'm facing another issue when trying to use an AutoCompleteBox inside a ListView, it almost binds perfectly but ...
Saliom's user avatar
  • 129
1 vote
1 answer
602 views

Converting a ComboBox to an AutoCompleteBox using the WPF Toolkit

I'm having a bit of trouble to achieve the conversion of a "complex" ComboBox to an equally complex AutoCompleteBox. My goal is to be able to select and set a ShoppingCart's Item to be like ...
Saliom's user avatar
  • 129
0 votes
1 answer
238 views

Loading a local video with webview in WPF leaves it locked

I have a WPF application that loads a local web page into a WebView with NavigateToLocal. The website has a VIDEO tag that plays a local video file and loads everything correctly. The problem is that ...
Panzer Ihnen's user avatar
1 vote
1 answer
354 views

How can you programmatically order categories in the Xceed PropertyGrid?

As shown in the example here, what I'm trying to achieve is ordering categories in the Xceed PropertyGrid control. As that example shows (copied here for reference), you can specify this information ...
Mark A. Donohoe's user avatar

15 30 50 per page
1
2 3 4 5
69