New Post: filter the datagrid
Hi, Yes the DataGrid uses data virtualization. If the source you are using is a DataGridVirtualizingCollectionView, data virtualization will be enabled. But if your source is a List or an...
View ArticleCommented Unassigned: AvalonDock Now Loses Alt Key Adornments [20882]
I've been using AvalonDock (2.0) for some time now, being key for managing documents in an IDE. In the last several months, I've noticed that Alt key adornments are no longer showing up for controls...
View ArticleCommented Unassigned: AvalonDock Now Loses Alt Key Adornments [20882]
I've been using AvalonDock (2.0) for some time now, being key for managing documents in an IDE. In the last several months, I've noticed that Alt key adornments are no longer showing up for controls...
View ArticleEdited Issue: AvalonDock Now Loses Alt Key Adornments [20882]
I've been using AvalonDock (2.0) for some time now, being key for managing documents in an IDE. In the last several months, I've noticed that Alt key adornments are no longer showing up for controls...
View ArticleCommented Issue: AvalonDock Now Loses Alt Key Adornments [20882]
I've been using AvalonDock (2.0) for some time now, being key for managing documents in an IDE. In the last several months, I've noticed that Alt key adornments are no longer showing up for controls...
View ArticleCommented Issue: AvalonDock Now Loses Alt Key Adornments [20882]
I've been using AvalonDock (2.0) for some time now, being key for managing documents in an IDE. In the last several months, I've noticed that Alt key adornments are no longer showing up for controls...
View ArticleCommented Issue: AvalonDock Now Loses Alt Key Adornments [20882]
I've been using AvalonDock (2.0) for some time now, being key for managing documents in an IDE. In the last several months, I've noticed that Alt key adornments are no longer showing up for controls...
View ArticleNew Post: Custom PropertyDescriptor not getting updated in Property Grid and...
Hey, So we setup a custom PropertyDescriptor to work with the PropGrid and things display correctly besides Nullable Types (bools do show up but that's it) but any values that are changed do not get...
View ArticleNew Post: change DateTimeUpDown background OnMouseOver and IsPressed
Hi, Here's a solution on how to modify the RepeatButtons background when they are mousedOver or pressed :<Window x:Class="WpfApplication34.MainWindow"...
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 ** Hi,I can...
View ArticleNew Post: How to disable auto-validation in DateTimePicker.
Hi, In v2.3, the last valid date will be set back when something invalid is set. In the meantime, to have this behavior, you can go in file...
View ArticleNew Post: Dynamically Hide/Show Property in the property grid
Hi, Currently, you cannot have the value of a property based on the value of another property. You can vote for this issue :https://wpftoolkit.codeplex.com/workitem/18507 In the meantime, maybe the...
View ArticleNew Post: How to disable auto-validation in DateTimePicker.
Awesome! That gives me a few solutions. Thanks a lot. I appreciate your time....
View ArticleNew Post: How to disable auto-validation in DateTimePicker.
BoucherS wrote: In the meantime, to have this behavior, you can go in file Xceed.Wpf.Toolkit/DateTimeUpDown/Implementation/DateTimeUpDown.cs, in method "TryParseDateTime", add the following lines...
View ArticleNew Post: How to disable auto-validation in DateTimePicker.
I did find where you're talking about; however, that solution does not give me what I need. It still resets it to the last digit of the invalid value.
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 ** What type...
View ArticleCreated 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
View ArticleCommented Issue: AvalonDock Now Loses Alt Key Adornments [20882]
I've been using AvalonDock (2.0) for some time now, being key for managing documents in an IDE. In the last several months, I've noticed that Alt key adornments are no longer showing up for controls...
View ArticleCommented Issue: AvalonDock Now Loses Alt Key Adornments [20882]
I've been using AvalonDock (2.0) for some time now, being key for managing documents in an IDE. In the last several months, I've noticed that Alt key adornments are no longer showing up for controls...
View ArticleNew Post: change DateTimeUpDown background OnMouseOver and IsPressed
i guess the problem is with me... i'm using a couple of resource dictionaries so i guess something is blocking the repeat button new style. thanks for the help though. Jonathan
View Article