New Post: License question
Hello, I'm not sure if I understood correctly MS-pl license. So my question is, can I use Wpftoolkit Community Edition library in a commercial/proprietary product? Cheers, jkovalsky
View ArticleNew Post: How to disable auto-validation in DateTimePicker.
Hi, Can you upgrade to a newer version of the toolkit ? Currently, the latest version is 2.1, and the "Plus" version is at 2.2.
View ArticleCommented Unassigned: In color picker, when selected, Chocolate displays...
Update: I've noticed a number of these abbreviations. Is there a reason for all of the abbreviated names?Comments: ** Comment from web user: BoucherS ** This...
View ArticleCommented Unassigned: In color picker, when selected, Chocolate displays...
Update: I've noticed a number of these abbreviations. Is there a reason for all of the abbreviated names?Comments: ** Comment from web user: benjin ** Yeah, that...
View ArticleCommented Unassigned: CheckComboBox DisplayMemebrPath problem [20919]
When selecting an item, the combobox shows exactly the right string. But while the droppbox is open, the named displayed in the droppbox are all set to the name of the entity in ItemSource.This is my...
View ArticleNew Post: License question
Here's the summary of what it means: https://tldrlegal.com/license/microsoft-public-license-(ms-pl) So, I would say yes! Keep in mind that if you include/provide source code with/for your product, you...
View ArticleEdited Issue: PropertyGrid native array support crashes...
PropertyGrid has no correct handling code for arrays (only Lists); inserting an object with an embedded c# array causes a crash after editing the collection (when an element is added, for instance).To...
View ArticleNew Post: How to disable auto-validation in DateTimePicker.
Thanks, I appreciate your reply. I pulled down the latest code base (2.1.0.0), added the code snippet you suggested and tried that, but it still seems to be acting weird. It still seems to be doing the...
View ArticleNew Post: IntegerUpDown In DataGrid.CellEditTemplate Can not selectAll
<DataGridTemplateColumn.CellEditingTemplate> <DataTemplate> <Grid Background="AliceBlue" FocusManager.FocusedElement="{Binding ElementName=intUpDown}"> <xwt:IntegerUpDown...
View ArticleNew Post: MessageBox Image
Hi BoucherS, First of all, thanks for the service you provide in developing this free tool. To add to the question that AeroClassics asked, is there any way that these images can be set in a style, so...
View ArticleNew Post: Custom PropertyDescriptor not getting updated in Property Grid and...
Any information I can get on this? I've tried quite a few different ways with ICustomTypeDescriptors and PropertyDescriptors and none of them work with the propertygrid. Am I missing something or is it...
View ArticleCreated Unassigned: How to disable auto-validation in DateTimePicker. [20926]
Based on discussion https://wpftoolkit.codeplex.com/discussions/541408.
View ArticleNew Post: How to disable auto-validation in DateTimePicker.
Hi, I'm trying the DatetimePicker in v2.1. If I modify the minutes from "12" to "78" and put focus on another control, the date is changed to January 1 0001 with the time 00:00:00. With the code...
View ArticleEdited Issue: How to disable auto-validation in DateTimePicker. [20926]
Based on discussion https://wpftoolkit.codeplex.com/discussions/541408.Comments: ** Comment from web user: BoucherS ** This issue will be fixed in v2.4.
View ArticleNew Post: IntegerUpDown In DataGrid.CellEditTemplate Can not selectAll
Hi,"SelectAllOnGotFocus'" is obsolete, you can forget it and only set "AutoSelectBehavior" to "OnFocus". If used as an independent control, the IntegerUpDown.AutoSelectBehavior will work. To use it in...
View ArticleNew Post: MessageBox Image
Hi Dawit_A, Of course you can create a style for MessageBoxes. Here's an example :<Style x:Key="MessageBoxStyle" TargetType="xctk:MessageBox"> <Setter Property="Background" Value="Green" />...
View ArticleCommented Unassigned: CheckComboBox DisplayMemebrPath problem [20919]
When selecting an item, the combobox shows exactly the right string. But while the droppbox is open, the named displayed in the droppbox are all set to the name of the entity in ItemSource.This is my...
View ArticleNew Post: Custom PropertyDescriptor not getting updated in Property Grid and...
Hi, You can try the "LiveExplorer App" available on this page : https://wpftoolkit.codeplex.com/ to test the different scenarios and to know what options are available in the "Plus" version and which...
View ArticleCommented Unassigned: CheckComboBox DisplayMemebrPath problem [20919]
When selecting an item, the combobox shows exactly the right string. But while the droppbox is open, the named displayed in the droppbox are all set to the name of the entity in ItemSource.This is my...
View ArticleCommented Unassigned: CheckComboBox DisplayMemebrPath problem [20919]
When selecting an item, the combobox shows exactly the right string. But while the droppbox is open, the named displayed in the droppbox are all set to the name of the entity in ItemSource.This is my...
View Article