New Post: Customising the RichTextBoxFormatBar
Hi, The current RichTextBoxFormatBar has a default design in a resource Dictionary in the Toolkit. If you want to have a new Design, you have to modify the current control in XAML. Usually, properties...
View ArticleEdited Issue: 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 ArticleCreated Issue: XamlDesignerSerializationManager with AvalonDock [20767]
The issue I've encountered was while attempting to use the XamlDesignerSerializationManager(XMLWriter) to save the XAML definition of my modified form so that I could restore it later. I am able to...
View ArticleCommented Issue: 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: Customising the RichTextBoxFormatBar
Thanks. I have created a Custom Control, used the xaml source code in Themes/Generic.xaml and created the necessary .cs files from the source code. IsesFormatBar.cs is the control file which inherits...
View ArticleCreated Issue: validation with minus sign in MaskedTextBox [20769]
Based on discussion https://wpftoolkit.codeplex.com/discussions/535190.
View ArticleNew Post: validation with minus sign
Hi, In Code-behind, the exception is raised because you are setting a Double and the MaskedTextBox is expecting a Decimal. Make sure you provide the right type to the MaskedTextBox value....
View ArticleNew Post: validation with minus sign
casting it to a decimal doesn't yield any different result. I was already assigning it using the 'm' suffix to make it a decimal (like: maskedTextBox.Value = -1.2m;) also assigning it a non-negative...
View ArticleNew Post: PropertyGrid: Custom Editor does not update underlying property
I am trying to setup a custom editor with a combobox where in the itemssource is generated dynamically based on the value of another property. I got most of the code from other posts on this site. All...
View ArticleCommented Issue: validation with minus sign in MaskedTextBox [20769]
Based on discussion https://wpftoolkit.codeplex.com/discussions/535190.Comments: ** Comment from web user: BoucherS ** Maybe something to do with MaskedTextBox.GetFormatSpecifierFromMask() which adds a...
View ArticleNew Post: validation with minus sign
Hi, You are right. Issue should be fixed in https://wpftoolkit.codeplex.com/workitem/20769
View ArticleNew Post: how to use CheckComboBox with mvvm?
hi I 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 ArticleCommented 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 ArticleNew Post: Customising the RichTextBoxFormatBar
Hi, from what I see, you create a style for objects of type MyNamespace:IsesFormatBar which uses the ControlTemplate "richTextBoxFormatBarTemplate". On the other hand, there is a ControlTemplate (for...
View ArticleCommented Feature: Expandable Property not expanded by default [20054]
Based on discussion https://wpftoolkit.codeplex.com/discussions/452722, user wants to have an expand property expanded by default.Maybe having a new ExpandableObjectAttribute which take a true/false...
View ArticleCommented Issue: validation with minus sign in MaskedTextBox [20769]
Based on discussion https://wpftoolkit.codeplex.com/discussions/535190.Comments: ** Comment from web user: scrappydoo ** I already tried adding the '#' instead of '0' in the...
View ArticleEdited Feature: Expandable Property not expanded by default [20054]
Based on discussion https://wpftoolkit.codeplex.com/discussions/452722, user wants to have an expand property expanded by default.Maybe having a new ExpandableObjectAttribute which take a true/false...
View ArticleNew Post: Limit PropertyGrid Control Standard Properties and Use Toolkit...
Hi, I believe I am attempting to use the propertygrid in a non-standard way, but wanted to reach out to everyone for some advice and guidance. My requirements are as follows: 1) I don't want to show...
View ArticleNew Post: No Dynamic binding available for tab pages of LayoutDocumentPane
I'm trying to take some existing code that is currently using a TabControl class with the ItemsSource property bound to an observable collection of ViewModels (see link below). There doesn't even seem...
View Article