New Post: How to notify PropertyGrid that item in the Custom Editor has changed?
Hi, I'm trying to create a PropertyGrid custom editor for the collections like ObservableCollection<T>. But the problem is that PropertyGrid control does not know about any changes in my editor....
View ArticleCommented Issue: CollectionControl.PersistChanges exception [20216]
Hi,I have a nested structure of classes assigned to a PropertyGrid.When i edit a collection field, the collection editor opens, fine.Now when i change a (string) value in the collection editor and...
View ArticleEdited Issue: Add Padding between CheckListBox items [19365]
Extracted from [checklistbox documentation](http://wpftoolkit.codeplex.com/wikipage?title=CheckListBox&ANCHOR#C26605):_Since updating to 1.9.0, the CheckListBox seems to have lost the padding...
View ArticleCommented Issue: Add Padding between CheckListBox items [19365]
Extracted from [checklistbox documentation](http://wpftoolkit.codeplex.com/wikipage?title=CheckListBox&ANCHOR#C26605):_Since updating to 1.9.0, the CheckListBox seems to have lost the padding...
View ArticleNew Post: Need some help in understanding the CheckListBox control better
Hi, The Selector control is located in Toolkit/Core/Primitives. I can see you found the documentation here : https://wpftoolkit.codeplex.com/wikipage?title=CheckListBox&referringTitle=Documentation...
View ArticleNew Post: DataGrid AutoFilterMode property missing?
Hi, please have a look at this discussion : https://wpftoolkit.codeplex.com/discussions/428955
View ArticleNew Comment on "RichTextBox"
Using the RichTextBox from the "Live Explorer app" available here https://wpftoolkit.codeplex.com/ is responding fast to key input.
View ArticleNew Post: Need some help in understanding the CheckListBox control better
Thank you very much.
View ArticleNew Post: When you see the "System Tray Taskbar Icon Tool"?
When you see the "System Tray Taskbar Icon Tool"?
View ArticleCreated Unassigned: Need to add image in header section of childwindow [20238]
Need to add image control & text control in header of childwindow control.Tried to create subclass as shown below:```public class CustomChildWindow : ChildWindow{ public override void...
View ArticleNew Post: How to notify PropertyGrid that item in the Custom Editor has changed?
Solved, no more help required. I added SelectedPropertyItemChanged handler to the PropertyGrid and RaiseEvent call on OnPropertyChanged in custom editor. protected void OnPropertyChanged(string name) {...
View ArticleNew Post: PropertyGrid ExpandableObject. How to make expanded by default?
Thanks, that was exactly what I was looking for!
View ArticleCreated Unassigned: DateTimePicker.OnPreviewMouseUp [20403]
When selecting a date, if the AutoCloseCalendar property is true and the calendar DisplayMode is Year or Decade it is not possible to select a date using the calendar. Selecting a month or year in...
View ArticleCommented Unassigned: DateTimePicker.OnPreviewMouseUp [20403]
When selecting a date, if the AutoCloseCalendar property is true and the calendar DisplayMode is Year or Decade it is not possible to select a date using the calendar. Selecting a month or year in...
View ArticleEdited Issue: DateTimePicker.OnPreviewMouseUp [20403]
When selecting a date, if the AutoCloseCalendar property is true and the calendar DisplayMode is Year or Decade it is not possible to select a date using the calendar. Selecting a month or year in...
View ArticleNew Comment on "DateTimeUpDown"
Spinner does not seem to work for the following locales: pt-BR,ru-RU,es-ES,ko-KR,ja-JP,zh-CN Is this a known issue ? Are these locales not supported ?
View ArticleNew Comment on "DateTimeUpDown"
Can you create a thread in the discussion tab ? Setting the CultureInfo to those locales and using the DateTimePicker works well in v2.1.
View ArticleNew Post: Details for 3.5-Code
Hi there, in the Source-Code you have a _35-Version. Could you provide me some information about this code? Because it has some external dependencies I cannot build it as it is provided. It seems...
View ArticleNew Post: Details for 3.5-Code
Hi, What errors exactly are you having ? I download the sourceCode _35 from codePlex and build it without problems.
View ArticleNew Post: Details for 3.5-Code
Hello, there are no errors. I CAN build it. But there is this external depency to the signed WPFToolkit.dll. So I don't have all sources.
View Article