Created Unassigned: Unhandled exception when deserializing with XmlReader...
This is easy to see in the AvalonDock.MVVMTestApp. Replace ```layoutSerializer.Deserialize(@".\AvalonDock.Layout.config");```with```using (var stream = new StreamReader(@".\AvalonDock.Layout.config")){...
View ArticleCommented Unassigned: Closing LayoutAnchorablePane docked as tabbed document...
This bug is easy to reproduce with original avalondock AvalonDock.MVVMTestApp (https://avalondock.svn.codeplex.com/svn/Version2.0/AvalonDock.MVVMTestApp),(and it is present in WPF Extented Toolbox...
View ArticleNew Comment on "CollectionControlDialog"
If I do changes in properties (property grid) of existing type entry the changes are saved no matter if I click "OK" or "Cancel" buttons! Button "Cancel" should rollback ALL changes! How can I do it?
View ArticleNew Post: CollectionControlDialog question
If I do changes in properties (property grid) of existing type entry the changes are saved no matter if I click "OK" or "Cancel" buttons! Button "Cancel" should rollback ALL changes! How can I do it?
View ArticleNew Comment on "CollectionEditorDialog"
If I do changes in properties (property grid) of existing type entry the changes are saved no matter if I click "OK" or "Cancel" buttons! Button "Cancel" should rollback ALL changes! How can I do it?
View ArticleCommented Unassigned: Closing LayoutAnchorablePane docked as tabbed document...
This bug is easy to reproduce with original avalondock AvalonDock.MVVMTestApp (https://avalondock.svn.codeplex.com/svn/Version2.0/AvalonDock.MVVMTestApp),(and it is present in WPF Extented Toolbox...
View ArticleNew Post: PropertyGrid DateTime property updating issue
Hi. There is a property of type DateTime in a propertygrid. Here is a code:<xctk:PropertyGrid x:Name="_propertyGrid" Margin="10" AutoGenerateProperties="True" SelectedObject="{Binding}">...
View ArticleNew Post: PropertyGrid DateTime property updating issue
I replaced BindingOperations.SetBinding(temp1, DateTimeUpDown.TextProperty, _binding); withBindingOperations.SetBinding(temp1, DateTimeUpDown.ValueProperty, _binding); and everything is working fine now.
View ArticleCommented Unassigned: Wpf TimePicker gives exception when uses up and down...
Hi,I am using a time picker control. below is my code in xaml page<xctk:TimePicker Height="23" Width="150" HorizontalAlignment="Left" Grid.Column="3" Name="DtPktDlvryEndDate" Focusable="False"...
View ArticleCommented Unassigned: Unhandled exception when deserializing with XmlReader...
This is easy to see in the AvalonDock.MVVMTestApp. Replace ```layoutSerializer.Deserialize(@".\AvalonDock.Layout.config");```with```using (var stream = new StreamReader(@".\AvalonDock.Layout.config")){...
View ArticleEdited Issue: Unhandled exception when deserializing with XmlReader [22040]
This is easy to see in the AvalonDock.MVVMTestApp. Replace ```layoutSerializer.Deserialize(@".\AvalonDock.Layout.config");```with```using (var stream = new StreamReader(@".\AvalonDock.Layout.config")){...
View ArticleCreated Unassigned: CollectionControlDialog Cancel [22041]
Based on discussion https://wpftoolkit.codeplex.com/discussions/646078.Canceling on CollectionControlDialog Button won't revert changes made in PropertyGrid.
View ArticleNew Post: CollectionControlDialog question
Hi, Issue https://wpftoolkit.codeplex.com/workitem/22041 has been created.
View ArticleEdited Issue: CollectionControlDialog Cancel [22041]
Based on discussion https://wpftoolkit.codeplex.com/discussions/646078.Canceling on CollectionControlDialog Button won't revert changes made in PropertyGrid.Comments: ** Comment from web user: BoucherS...
View ArticleCreated Unassigned: Code to solve issue where using markupProperty .Value...
I propose to change some with the following in order to prevent exception while debugging:(It also solve one of your to :-))DescriptorPropertyDefinitionBase.cs internal void...
View ArticleCommented Unassigned: Code to solve issue where using markupProperty .Value...
I propose to change some with the following in order to prevent exception while debugging:(It also solve one of your to :-))DescriptorPropertyDefinitionBase.cs internal void...
View ArticleCreated Unassigned: Support for ICustomTypeProvider [22043]
I think ICustomTypeProvider is newer than ICustomTypeDescriptor and easier to implement Dynamic Properties.As a suggestion, a very little modification could enable the support of it: protected static...
View ArticleCreated Unassigned: Support for ICustomTypeProvider [22045]
I think ICustomTypeProvider is newer and easier to use than ICustomTypeDescriptor. I suggest to add its support by adding a single condition as show here:ObjectContainerHelperBase.cs protected static...
View ArticleNew Post: PropertyGrid does not work to expand the use expandable object
Hi, Instead of modifying the existing code for the Value binding, I've you thought about using the PropertyGrid.Properties property instead of PropertyGrid.SelectedObject property ? You could define...
View ArticleNew Post: ZoomBox - Scrollbars
Hi, I can't see the images attached to last post. Zooming in will scale the content to see it bigger. I believe this is a normal behavior.
View Article