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
10
votes
2 answers

WPF: Is there a way to override part of a ControlTemplate without redefining the whole style?

I am trying to style a WPF xctk:ColorPicker. I want to change the background color of the dropdown view and text without redefining the whole style. I know that the ColorPicker contains e.g. a part named "PART_ColorPickerPalettePopup". Is there a…
Ben Hayward
  • 1,444
  • 23
  • 37
10
votes
2 answers

Unable to set the initial states of selected items in CheckComboBox

I am trying to use Xceed CheckComboBox and it works well except for a small issue. When the CheckComboBox is initially loaded, the selected items List is shown properly in the ToggleButton part of the CheckComboBox, but the checkboxes representating…
Jatin
  • 4,023
  • 10
  • 60
  • 107
6
votes
2 answers

How can I use Blend or VS Designer to Edit Default Style Template for WPF PropertyGrid

I am using the Extended WPF Toolkit Community Edition v2.6 from NuGet in my project, but I don't know if there is something more I should be doing to allow me to theme or customize a control template. After asking Designer/Blend to create a Copy of…
5
votes
1 answer

WPF- How to hide a dropdown menu after click

I have a SplitButton in my WPF window, which is borrowed from Xceed's Extended WPF Toolkit. Its dropdown content is consisted of some RadioButtons. Something like:
5
votes
1 answer

WPF PropertyGrid supports multiple selection

Is this documentation still valid or am I missing something? http://doc.xceedsoft.com/products/XceedWpfToolkit/Xceed.Wpf.Toolkit~Xceed.Wpf.Toolkit.PropertyGrid.PropertyGrid~SelectedObjects.html PropertyGrid control does not appear to have…
dotNET
  • 33,414
  • 24
  • 162
  • 251
4
votes
2 answers

How to display other than the first wizard page of an Xtended WPF Toolkit Wizard in designer?

I want to build a wizard using Xtended WPF Toolkit's wizard controls. However, in the designer I only see the first page and cannot find a way to switch to another one. In other controls like the TabControl if I place the cursor into a TabItem the…
rabejens
  • 7,594
  • 11
  • 56
  • 104
4
votes
1 answer

Extended Toolkit SplitButton: use ComboBox ItemsSource as DropDownContent

I'd like to refactor my code in order to use Extended Toolkit SplitButton instead of Standard Combobox. Here is my initial working code:
Rowandish
  • 2,655
  • 3
  • 31
  • 52
4
votes
0 answers

'DefaultValue' property was already registered by 'Xceed_Wpf_Toolkit_NumericUpDown`1_12_151463089'

Error Description I've searched for this error but every other topic was involving C# code and metadata/dependency overridings. But my problem actually involves only and just XAML declarations (of course, it has "MyControl.xaml" and…
JPTIZ
  • 41
  • 4
4
votes
2 answers

WPF CheckComboBox styling with MahApps.Metro

How can I style WPF Extended Toolkit's CheckComboBox with MahApps.Metro? My App.xaml contains:
dev0101
  • 43
  • 3
4
votes
1 answer

Styling the Extended Toolkit BusyIndicator

I'm looking to style the BusyIndicator so it looks something along the lines of this; At the moment my busy indicator does not take up the whole Window that it is placed in too, which I would like it to do. My current BusyIndicator looks like…
CBreeze
  • 2,925
  • 4
  • 38
  • 93
4
votes
2 answers

Wpf PropertyGrid Min/Max attrs

I am using PropertyGrid from WPF Extended toolkit for a lot types of objects. Objects are wrapps for configs. Many properties are integers and I want to define minimum/maximum range of concrete property in the class definition. Something like this: …
Frk
  • 173
  • 2
  • 11
3
votes
0 answers

Only show properties with a certain Category attribute using Extended WPFToolkit PropertyGrid

I am developing a C# wpf app using the Extended WPFToolkit PropertyGrid to show property data for one of my classes. This class has certain properties I do not want the user to see. Normally I could set the Browsable attribute to set what the…
robncsu81
  • 31
  • 1
3
votes
1 answer

Change keys Extended WPF Toolkit Zoombox

I'm using the Extended WPF Toolkit's Zoombox. Right now, Ctrl + drag and drop is changing the position, and alt + Scroll is changing the zoom. Logically I'd rather have this turned around since in most software Ctrl+Scroll is used for zooming. How…
Markinson
  • 2,077
  • 4
  • 28
  • 56
2
votes
1 answer

Restyling the WPF Extended Toolkit's ChildWindow

I have a modal dialog I am displaying using the WPF Extended Toolkit's ChildWindow but I don't like the default look of the window since it doesn't support System Colors correctly (it has a forced white background) and doesn't adapt to the Windows…
Sphynx
  • 135
  • 2
  • 12
2
votes
1 answer

Propertygrid: create custom property definition based on Margin target property

I'm using the Extended WPF Toolkit's PropertyGrid. For the margin target property I would like to divide it from (0,0,0,0) to four separate fields with words or arrows, similar how it is in Visual Studio. My xaml looks like this: …
Mu2tini
  • 55
  • 5
1
2 3 4 5