wpftoolkit icon indicating copy to clipboard operation
wpftoolkit copied to clipboard

All the controls missing in WPF. Over 1 million downloads.

Results 156 wpftoolkit issues
Sort by recently updated
recently updated
newest added

omsed[CodePlex] In a ReadOnly PropertyGrid, you can't copy property values using context menu or ctrl+c.

CodePlex

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:...

CodePlex

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,...

CodePlex

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: ![image](https://user-images.githubusercontent.com/50740887/96106850-9673ec80-0ed3-11eb-8326-207dcf5460d6.png) When ProgramMaufacturingData is checked the properties below are enabled when...

BoucherS[CodePlex] Based on discussion https://wpftoolkit.codeplex.com/discussions/660443

CodePlex

Hi I have one question Why i can't use SelectedItems in my CheckComboBox ![image](https://user-images.githubusercontent.com/33979910/54605912-6d6f4980-4a5b-11e9-8ec9-42ee5f49ae54.png) But on the Wiki, they use this property ![image](https://user-images.githubusercontent.com/33979910/54606068-d060e080-4a5b-11e9-8b0d-cc0d6d7f55cf.png) 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,...