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
1
vote
3 answers

ExtendedToolkit DatePicker Calendar FontSize

I am using the ExtendedToolkit for WPF C#. Specifically I am using the DateTimePicker, I have tried changing the font size for this element however it does not change the size of the attached calendar that you use to select the date; Is there a…
CBreeze
  • 2,925
  • 4
  • 38
  • 93
1
vote
3 answers

WPF Extended Toolkit PropertyGrid - Expand all properties by default

I am using the PropertyGrid from the Xceed WPF Extended Toolkit. Is there a way that I can make all properties expanded by default? Actually, I'll never need them to be "unexpanded" ever, so if the "un-expansion" (is there a word for that, BTW?)…
Henrik Berg
  • 519
  • 5
  • 21
1
vote
1 answer

WPF DecimalUpDown custom template NullReferenceException

I am trying to modify the appearance of the DecimalUpDown control from the WPF Extended Toolkit but every time I try to create a template for it I get a NullReferenceException at run time. I tried using the template from this link:…
lace.john
  • 1,051
  • 2
  • 17
  • 22
1
vote
2 answers

How to find a difference between two dates from WPF Extended Toolkit?

I am using DateTimePicker from WPF Extended Tooklit(http://wpftoolkit.codeplex.com/wikipage?title=DateTimePicker&referringTitle=Documentation) So, I have two values: Start Time and End Time (both are DateTimePickers from WPF Extended Toolkit), how…
Ivan K.
  • 13
  • 4
0
votes
1 answer

DateTimePicker Missing Dropdown Button

I have two xctk:DateTimePickers on a user control. I don't think that is the issue, but their IsEnabled property is bound to a radio button IsChecked property on the same user control. The issue is that the only one of them can have the drop-down…
Itay G
  • 13
  • 4
0
votes
1 answer

Extended WPF Toolkit Wizard - Set IsDefault = true for Next button

I've created a Wizard using the Extended WPF Toolkit by Xceed and need to set the IsDefault property of the Next button to true (Clicks button when Enter is pressed). We have a user credentials page where clicking the Next button validates the…
WayneC
  • 123
  • 3
0
votes
0 answers

Extended WPF Toolkit - Change button sizes

I am working on a WPF application that uses the Wizard class from the Extended WPF Toolkit. I have the main page set up, but I would like to change the button sizes. Here is my XAML:
juiceb0xk
  • 949
  • 3
  • 19
  • 46
0
votes
1 answer

WPF Using Extended Toolkit Wizard - How to hide footer area?

I am using Extended Toolkit to create a wizard in WPF. I choose PageType = WizardPageType.Blank. I want to see an empty page, but I still see the footer area (I hide all buttons). How can I hide this footer area?
0
votes
1 answer

Xceed PropertyGrid: How to Hide Fully Qualified Name for ExpandableObject

In Xceed's Extended Toolkit PropertyGrid, how do I hide the fully-qualified name of the expandable object? (see screenshot below)
blueshift
  • 831
  • 2
  • 12
  • 24
0
votes
1 answer

Bind DoubleUpDown Value after Minimum and Maximum

I have a UserControl with a ListBox and a DoubleUpDown. When I select the item in the ListBox I want to set the Minimum, Maximum and the Value of the DoubleUpDown so the user can change the Value not from predefined range, but in some range around…
Artholl
  • 1,291
  • 1
  • 19
  • 38
0
votes
1 answer

WPF Extended Toolkit PropertyGrid - Compose SelectedObject

I have a Settings class that is bound to a WPF Extended Toolkit PropertyGrid's SelectedObject property. The Settings class is composed of two other classes: DisplaySettings and IOSettings. I would like these two classes to appear as separate…
blueshift
  • 831
  • 2
  • 12
  • 24
0
votes
1 answer

C#/WPF - IntegerUpDown Control PropertyChanged

I'm using an IntegerUpDownfrom the Extended WPF Toolkit:
lte__
  • 7,175
  • 25
  • 74
  • 131
0
votes
1 answer

How to change background/Foreground in an Extended Toolkit PropertyGrid

I have a Extended Wpf Toolkit propertyGrid: and here is what it looks like: So it's pretty clear that the background doesn't…
Luca
  • 918
  • 2
  • 13
  • 30
0
votes
1 answer

WPF Extended property grid code behind customization

I am using an Extended Toolkit propertyGrid. I need to customize it according to the user defined language preference. From this tutorial I have seen that the display name and other features can be hard-codedly changed. public class Customer { …
Patrick
  • 3,073
  • 2
  • 22
  • 60
0
votes
1 answer

Extended WPF Toolkit DataGridControl with NavigationCommands.Refresh

In my WPF application, I want to handle user F5 strokes as refresh. In order to archieve that, I decided to utilize the NavigationCommands.Refresh command. Inside the UI, I utilize the DataGridControl from Extended WPF Toolkit. The Problem: whenever…
grek40
  • 13,113
  • 1
  • 24
  • 50