New Post: Drag column here label in datagrid
Awesome! That did it! Thanks very much! Harold
View ArticleNew Post: Change background colour of PropertyGrid in CollectionEditor
Thanks very much for the prompt reply. I can now change the colour of the PropertyItem. Is it possible to change the colour of the background of the Category, e.g. You may just be able to make out the...
View ArticleNew Post: Customising the RichTextBoxFormatBar
Great thanks. Where can I find these XAML files?
View ArticleNew Post: Customising the RichTextBoxFormatBar
Hi, The SourceCode files are available on CodePLex : https://wpftoolkit.codeplex.com/SourceControl/latest
View ArticleNew Post: Change background colour of PropertyGrid in CollectionEditor
Hi, There is an explicit style defined for the Expander of the Category. You will have to modify this Expander's background in the xaml file of the PropertyGrid. You can find this file here :...
View ArticleNew Post: ChildWindow Resizing
Hi, If I run the "LiveExplorerApp", available here : https://wpftoolkit.codeplex.com/, and I run the Windows/ChildWindow sample (or the Windows/WindowContainer sample), I can reduce the size of the...
View ArticleNew Post: Customising the RichTextBoxFormatBar
Thank you, is it normal procedure to create a new custom Control or does this XAML sit in a resource dictionary? Sorry, new to WPF.
View ArticleCreated Unassigned: PropertyGrid handling of primitive controls [20762]
Hi, I've am attempting to use the propertygrid in a new application so I am fairly new on using it. My application allows the user to dynamically add controls (button, label, image, rectangle, ellipse,...
View ArticleNew Post: Any News on 2.1
Kosmatos wrote: Okay, it's available. It will be on Nuget on monday. Forgive my being pushy, but... Can you confirm that the bug (report/work item) affecting use of the CheckComboBox within a...
View ArticleNew Post: Any News on 2.1
MartinRobins wrote:Kosmatos wrote: Okay, it's available. It will be on Nuget on monday. Forgive my being pushy, but... Can you confirm that the bug (report/work item) affecting use of the CheckComboBox...
View ArticleNew Post: CheckComboBox: Setting "Delimiter" to anything other than a comma
I am using the CheckComboBox inside a ListView/GridView but I seem unable to bind the selected items. My [row] model (abbreviated) looks something like this...class Model { private String surcharges =...
View ArticleNew Post: Any News on 2.1
It would appear however that the fix I am looking for is not included; otherwise I am using it incorrectly! I have raised a separate issue.
View ArticleNew Post: CheckComboBox: Setting "Delimiter" to anything other than a comma
I have updated the title of this discussion following some further discovery... If I change the Delimiter property of the CheckComboBox back to a comma (","), and make the corresponding changes within...
View ArticleCreated Issue: CheckComboBox: Delimiter other than a comma = no selection...
Based on discussion https://wpftoolkit.codeplex.com/discussions/534906.When a CheckComboBox is used in a DataTemplate, has a SelectedValue and its Delimiter is something else than a coma, the...
View ArticleNew Post: CheckComboBox: Setting "Delimiter" to anything other than a comma
Hi, Issue https://wpftoolkit.codeplex.com/workitem/20763 has been created.
View ArticleEdited Issue: CheckComboBox: Delimiter other than a comma = no selection [20763]
Based on discussion https://wpftoolkit.codeplex.com/discussions/534906.When a CheckComboBox is used in a DataTemplate, has a SelectedValue and its Delimiter is something else than a coma, the...
View ArticleNew Post: validation with minus sign
I'm creating a MaskedTextBox with Mask = "#999.99" and ValueDataType Decimal However when I enter (e.g.) -123.45 as input I get validation errors. Only positive numbers work. I also can't set the value...
View ArticlePatch Uploaded: #15915
jaredthirsk has uploaded a patch.Description:Allow the user to determine their own logic for determining whether a PropertyGrid property should be expandable.e.g. private static bool...
View ArticleCommented Unassigned: Allow complex type property to be expanded without...
I have looked into the source code and can see how DescriptorPropertyDefinition.ComputeExplandableAttribute works, but unfortunately this class is all internal so I cannot modify it to use an...
View ArticleCreated Unassigned: how to use CheckComboBox with mvvm [20766]
hiI am using the CheckComboBox ver 2.0.0 in my wpf mvvm project but I seem unable to bind the selecteditems. when Bind selecteditems to a property in wpf exception errror SelectedItems="{Binding...
View Article