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
0
votes
1 answer

How To add a ChildWindow to MainWindow in WPF ,programatically?

I have a child window of type: Xceed.Wpf.Toolkit.ChildWindow and my main window is of type System.Windows.Window How can I programmatically all my child window into my Main window?
nima
  • 11
  • 4
0
votes
2 answers

CheckComboBox WPF Extended Toolkit

I have a database table named Charges in SQL Server having three columns(ChargeName, Charge, Type). Here is the snapshot of the populated table below: I am using Extended WPF Toolkit's CheckComboBox Control. I wanted to print the selected items…
Sandeep Sihari
  • 97
  • 2
  • 14
0
votes
0 answers

WPF Extended Toolkit CheckComboBox does not display selected items

I am designing a WPF Application for a hospital. I am using SQL Server as my back end. I am using CheckComboBox so I can select multiple values from DropDownList and perform actions based on those selected values. I have tried many posts and google…
Sandeep Sihari
  • 97
  • 2
  • 14
0
votes
1 answer

How do I customise the tooltip on the thumbs of the WPF extended-toolkit RangeSlider?

The RangeSlider widget in the WPF extended-toolkit RangeSlider uses doubles for the values of each of the two thumbs on the slider. I am using the slider to specify a lower DateTime and an upper DateTime. To do this I have to bind to a property…
cdjc
  • 1,039
  • 12
  • 24
0
votes
1 answer

How to create a looping doubleUpDown from extended WPF Toolkit?

I have a task that I should make a number spinner which also loops through max min values if a checkbox is checked, derived from extended WPF Toolkit's doubleUpDown. Is there a way i can understand increment spin button or decrement spin button is…
0
votes
1 answer

WPF - IntegerUpDown - Changing the spinner button color

I am using the Extended WPF Toolkit's IntegerUpDown. Is there anyway the spin button's color can be change. IntegerUpDown Control
user6648485
  • 77
  • 10
0
votes
1 answer

How to make a custom control follow the current "theme/style" on WPF?

I'm trying to use: Modern UI for WPF and Extended WPF Toolkit, more specifically IntegerUpDown, and the problem is, the IntegerUpDown don't follow the selected ModernUI theme. It's clearer when we changed it to dark theme, the IntegerUpDown stays…
Click Ok
  • 8,700
  • 18
  • 70
  • 106
0
votes
1 answer

change the location of zoom control from wpf extension

I have a graph inside zoom control (from WpfExtensions- https://wpfextensions.codeplex.com/) in desktop application. The default location of the control is top left.I want to change the location to bottom left. Update
xyz
  • 762
  • 7
  • 24
0
votes
1 answer

Allow NULL in a WPF Extended Toolkit DecimalUpDown control

I have a property on my view model of type decimal?. NULL should be a valid value for this property, but when I erase the text from the DecimalUpDown control, a validation error occurs and the property is not given the value NULL (whatever it was…
ryan
  • 1,451
  • 11
  • 27
0
votes
2 answers

How to set custom color picker color from a string?

I'm using the custom ColorPicker control provided by the Extended WPF Toolkit. I have a configuration file where the application take the color, this color is in string format, like: #FFF0E68C. Now I'm trying to convert the string in color and…
IlDrugo
  • 1,899
  • 3
  • 12
  • 19
0
votes
1 answer

Modify the size of ColorPicker palette

Due to some GUI size constraints, I would like to modify the size of the Color Palette of the XCeed ColorPicker. The width of the button is smaller than the dropdown popup; I just want to change the width of the popup (or the height) to impose a…
Bentoy13
  • 4,886
  • 1
  • 20
  • 33
0
votes
2 answers

WPF Extended Toolkit BusyIndicator Text is cutoff

When I use the WPF Extended Toolkit BusyIndicator in any other application, I have no problems. Using it in my current application, the text is cut off. I have been playing around with the properties on the BusyIndicator. Here is the…
Maderas
  • 231
  • 2
  • 14
0
votes
1 answer

Focus not working on DoubleUpDown in latest version of wpf extended toolkit

I recently moved from version 2.0 to 2.6 of the extended wpf toolkit. I have a DoubleUpDown in my code that I focus programmatically using the Focus() method. This worked in the old version but no longer works with the new one. A simple…
amnesyc
  • 5,172
  • 4
  • 18
  • 19
0
votes
2 answers

AutoCAD Custom Extended WPF UpDown

based on Extended WPF Toolkit I want to create my own CommonNumericUpDown for AutoCAD Stations along Alignments. This works pretty fine in a StandAlone-WPF-App. If I netload it in AutoCAD from anywhere on disk I get a XamlParseException…
Achim Stuy
  • 53
  • 8
0
votes
1 answer

WPF Extended ToolKit - Selecting value in DecimalUpDown

After hours of trying to solve this, I'm giving up and am actually wondering if there's a solution for this. I have a WPF View that is setting the focus on a decimal up down from the code behind (xaml.cs). My aim is to select the value inside it…
NetUser101
  • 272
  • 2
  • 5
  • 20