New Post: DataGrid AutoFilterMode property missing?
Hi, I am using the community edition of this toolkit. I like to enable DataGrid automatic filtering but I cannot find AutoFilterMode property in DataGridCollectionViewSource. Is this feature found only...
View ArticleNew 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 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 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 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: Not getting triggered events from DockingManager...
This Rx is awesome! And this is what I did:Removed those Triggers:<xcad:DockingManager x:Name="CreateDockingManager" prism:RegionManager.RegionName="{x:Static inf:RegionNames.CreateWritingsRegion}"...
View ArticleNew Post: PropertyGrid and RefreshProperties attribute
No - it is not like the one you mentioned. The one that I am talking about is related to a case like the one mentioned below Class Car { [Browsable(true)] [RefreshProperties(RefreshAll)] bool Trigger...
View ArticleNew Post: How do I implement use ExpandableObject property attribute at runtime?
BoucherS wrote: Hi, Maybe using Custom Property Items, which are available in the "Plus" Edition of the toolkit. It let you build your own properties, with expandable set to true or false. Please have...
View ArticleNew Post: PropertyGrid: Selection Color
Hello all- Please forgive a newbie question from a newbie. I have implemented the property grid in my application and all is working well. But, I can't seem to find a way to modify the selection color...
View ArticleNew Post: PropertyGrid and RefreshProperties attribute
Hi, Thanks for description. The issue https://wpftoolkit.codeplex.com/workitem/20385 has been created.
View ArticleNew Post: PropertyGrid: Selection Color
Hi, Are you looking to modify the highlight color (kind of light blue) ? If so, you have to know that the PropertyGrid uses specific highlight color. For example, in the file...
View ArticleNew Post: PropertyGrid: Selection Color
Hi BoucherSThank you very very very much for your reply! Yes, I am looking to modify the mouse over highlight color, and the selected item color, which are by default a lighter blue-grey and darker...
View ArticleNew Post: PropertyGrid: Selection Color
Hi GlennRussell, In Windows 7, from what I see in -Toolkit/PropertyGrid/Themes/Generic.xaml for the Style of the PropertyItemBase, (the PART_NAME) when IsMouseOver = true, a color is Harcoded. Same...
View ArticleNew Post: PropertyGrid: Selection Color
Hi BoucherS-I was able to change the selection color by downloading the source, updating the selection color inside of Generic.xaml and recompiling the toolkit. Thank you once again for all your...
View ArticleNew Post: PropertyGrid ExpandableObject. How to make expanded by default?
Thanks, that was exactly what I was looking for!
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