New Comment on "RichTextBox"
You can use : _richTextBox.TextFormatter = new PlainTextFormatter();
View ArticleCommented Unassigned: RichTextBox throws System.FormatException [19857]
With version 2.0, I can no longer initialize a RichTextBox control. I'm probably missing some change to the control, but I cannot see what. It throws a System.FormatException when it needs only to...
View ArticleCommented Unassigned: RichTextBox throws System.FormatException [19857]
With version 2.0, I can no longer initialize a RichTextBox control. I'm probably missing some change to the control, but I cannot see what. It throws a System.FormatException when it needs only to...
View ArticleNew Post: How to add the category order in Property Grid?
For the PropertyOrder still having effect when using alphabetical sorting, this is a normal behavior. The properties with the PropertyOrderAttribute are sorted first, then the other are positionned...
View ArticleCommented Unassigned: RichTextBox throws System.FormatException [19857]
With version 2.0, I can no longer initialize a RichTextBox control. I'm probably missing some change to the control, but I cannot see what. It throws a System.FormatException when it needs only to...
View ArticleNew Post: How to add the category order in Property Grid?
You mentioned it is a normal behavior, I don't think so. Please ref the Properties in Visual Studio. when using category sorting ,width is the first item in layout category, however, in alphabetical...
View ArticleNew Post: How to add the category order in Property Grid?
V2.1 of the toolkit will fix this issue. The PropertyOrderAttribute will be used for Alphabetical or categorized mode.
View ArticleNew Post: Multiple fixes Patch...
Is there now a way I can get this included in the original Source?
View ArticleNew Post: Prevent document from closing in DockingManager
Here's a sample, which uses DockingManager (a.k.a AvalonDock) from Extended WPF Toolkit. View model:public class Person { public string Name { get; set; } public bool CanClose { get; set; } }...
View ArticleNew Post: Creating a password input field using a MaskedTextBox
Hi, AFAIU, in order to create a password text box I should use the MaskedTextBox control (I can't use the WPF PasswordBox). I saw that MaskedTextBox has a MaskedTextProvider which has password related...
View ArticleNew Post: Highlight last selected color in color picker.
Hello sir, How can i highlight last selected color in color picker,I can view them in Recent colors list but i also want highlight last selected color in Available color picker list.
View ArticleCreated Feature: Highlight last Selected Color [19879]
Based on discussion https://wpftoolkit.codeplex.com/discussions/447566User wants to highlight the last selected color in ColorPicker
View ArticleNew Post: Highlight last selected color in color picker.
Issue https://wpftoolkit.codeplex.com/workitem/19879 has been created.
View ArticleNew Post: Keeping the DateTimePicker's calendar open
I need the calendar to always be visible on the DateTimePicker. I already know about the IsOpen attribute that I can add to the XAML, but even when this is set to true, the calendar will close itself...
View ArticleNew Post: Problem with Avalondock IsActive
Hello, I have one DocumentPane, to wich I add Items like this: var tv = sender as TreeViewItem; var tvNew = tv.TryFindFromPoint<TreeViewItem>(e.GetPosition(tv)); if (tvNew.DataContext is...
View ArticleNew Post: Last Focused Document Problem.
If you have two Documentnts beside each other (in a split view), Avalondock set's it's LastFocusedDocument to both of them, If you Click beetween them. But this is not working every Time... sometime...
View ArticleNew Post: Last Focused Document Problem.
Ah Ok, I see that this is working if i click in an Element wich can get the Focus, then it works.... Should it not be so, that if any Mouseclick to a AvalondockDocument (also one which can not get the...
View ArticleNew Comment on "DecimalUpDown"
I have found a couple of issues with this control (probably applies to double and int variations as well) 1) DecimalUpDown with range -x to x, i.e. -100 to 100. If you type in a negative number, the...
View ArticleCreated Issue: DateTimePicker now staying Open [19885]
Based on discussion https://wpftoolkit.codeplex.com/discussions/447744,user wants to to a DateTimePicker always Open.
View Article