Questions tagged [wpf-extended-toolkit]

For issues relating to the Extended WPF Toolkit of Xceed.

The Extended WPF Toolkit is a free and open source collection of controls, components and utilities by .

Xceed also offers a Plus Edition for developers that want to support the project, get additional controls and features and have a version at least one release ahead.

66 questions
2
votes
2 answers

How to remove Extended WPF Toolkit from my project?

I downloaded and added into references Extended WPF Toolkit (http://wpftoolkit.codeplex.com/releases/view/96972), but ended up not using it. Now I want to remove it from my solution, but don't know how. I tried deleteng the packages folder, but it…
Tomáš Zajda
  • 147
  • 1
  • 15
2
votes
0 answers

Avalon docking manager memory leak

I have noticed a memory leak in my code I used Ants memory profiler to see where is the memory leak coming from the only operation I'm doing is switching tabs in my application. I have upgraded from WPF extended tool kit 2.0.0.0 -> 2.5.0.0 but…
Gilad
  • 6,437
  • 14
  • 61
  • 119
1
vote
1 answer

Extended WPF Toolkit: Not showing up after installing trough NuGet

After installing the latest version of Extended WPF toolkit in my Net 6 solution nothing of the Extended WPF Toolkit shows up. There is no 'packages' folder in the folder of the project After creating a new tab in the toolbox and selecting 'choose…
Woetroe
  • 55
  • 5
1
vote
0 answers

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
  • 1,638
  • 5
  • 21
  • 39
1
vote
2 answers

Extended WPF Toolkit DateTimePicker Drop-Down Interval

I have installed the Extended WPF Toolkit and I am trying to change the interval in the DateTimePicker time picker (so it is half an hour instead of an hour). I've tried using the TimeInterval property as shown here, but no such property exists.…
Ana7
  • 13
  • 4
1
vote
0 answers

WPF Extended Toolkit CheckCombobox Binding problem

I have a CheckComboBox from WPF Extended Toolkit and SelectedItemsOverride does not trigger my property's setter and I don't know why. What am I doing wrong? My XAML:
Mr-RandomQC
  • 57
  • 11
1
vote
1 answer

How to not close a xtk:SplitButton's custom Popup when a click is made on a button inside it?

I have a custom control with an override for OnApplyTemplate. In it I tried to access children of children templates but they seem to not be loaded. What I wish: when the PART_IncreaseButton inside the Popup of a xtk:SplitButton is clicked, the…
silviubogan
  • 3,343
  • 3
  • 31
  • 57
1
vote
1 answer

Binding WPF Extended Toolkit ColorPicker SelectedColor Property to DependencyProperty

I'm trying to bind the SelectedColor property of the WPF Extended Toolkit ColorPicker to a DependencyProperty with type SolidColorBrush. This color is then supposed to be used as the Fill color of a Shape sitting on/in a Canvas. This isn't working,…
Keven M
  • 972
  • 17
  • 47
1
vote
0 answers

How to format The display value of certain values in IntegerUpDown control

I am using WPF extended toolkit to display a simple input box. xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" ...
DaveS
  • 895
  • 1
  • 8
  • 20
1
vote
1 answer

Extended WPF Toolkit - Change Wizard style

I am working on a WPF application that uses the Wizard window from the Extended WPF Toolkit. I need to change the color of the footer of the wizard and unfortunately the developers didn't expose any property to do it, so I need to edit the…
Brutus
  • 790
  • 3
  • 10
  • 27
1
vote
1 answer

wpf converter "token is not valid" in editor, ColorPicker from extended WPF toolkit

I made a converter from string to color and back and it works fine when run but on the editor it just throws a "Token is not valid." error and prevents the editor from showing up, really annoying because it prevents me from using the visual…
MaddoScientisto
  • 189
  • 4
  • 17
1
vote
1 answer

WPF Extended Toolkit PropertyGrid: Hide empty category

I hide specific properties with this code: propertyItem.Visibility = Visibility.Collapsed; Is it possible to hide a full category? Now my workaround is this: if (propertyItem.Category == "MyCategory") { propertyItem.Visibility =…
Suplanus
  • 1,523
  • 16
  • 30
1
vote
2 answers

How to use Date Picker in Xceed PropertyGrid?

We are using Extended WPF Toolkit in order to implement PropertyGrid. The default date picking control does not seem to be the WPF DatePicker, but instead a custom control, if I'm not mistaken. Usually, we are using DatePicker controls in order to…
bytecode77
  • 14,163
  • 30
  • 110
  • 141
1
vote
0 answers

Extended WPF Toolkit zoombox disable zoom and reset

I am trying to use the extended toolkit Zoombox in my WPF Application with NET451. I am using a tabcontrol for navigation and the items are bound to an observablecollection of ContentControls. When i change tab the content is changed but the…
jsandv
  • 276
  • 4
  • 20
1
vote
1 answer

How change the control language?

I'm using wpf-extended-toolkit 'cause wpf doesn't have any ColorPicker. But I noticed that there is no support for the multilanguage, in particular the control is in english, I want change the label "Available Colors", "Standards Colors" and…
IlDrugo
  • 1,899
  • 3
  • 12
  • 19