wpftoolkit
wpftoolkit copied to clipboard
All the controls missing in WPF. Over 1 million downloads.
omsed[CodePlex] In a ReadOnly PropertyGrid, you can't copy property values using context menu or ctrl+c.
luldek[CodePlex] Hi, my tester is getting such an exception after having the app longer time in background: System.ComponentModel.Win32Exception Message: Neplatný popisovač okna ------gt it means quotinvalid window handlequot Stack Trace:...
#781 Any Updates on this?
BoucherS[CodePlex] Based on discussion https://wpftoolkit.codeplex.com/discussions/544080. Starting in v2.3, the PropertyGrid has an editor for Collections : CollectionEditor. This editor creates a CollectionControlButton, which creates a CollectionControlDialog, which uses a CollectionControl,...
In CalculatorUpDown, when set IsReadOnly=true , the value still change with Calculator.
I am trying to disable properties in my PropertyGrid depending on the state of one of the CheckBoxes. eg:  When ProgramMaufacturingData is checked the properties below are enabled when...
BoucherS[CodePlex] Based on discussion https://wpftoolkit.codeplex.com/discussions/660443
Hi I have one question Why i can't use SelectedItems in my CheckComboBox  But on the Wiki, they use this property  It's mistake ?
Hello! I am using the zoombox control and simply want to be able to use the mouse wheel to scroll up and down if the vertical scroll bar is visible....
I 'v tried to apply a style on a CheckListBox with the following code (removed some brackets and quotations), it doesn't work. But if I change the CheckListBox to ListBox,...