New Post: PropertyGrid and UpdateSourceTrigger=PropertyChanged not working
Hi, The Binding is on the SelectedObject, so UpdateSourceTrigger will be activated when the SelectedObject changes. But here, its a property from the SelectedObject that is changed. Here's what you...
View ArticleCreated Unassigned: AvalonDock and XamlWriter.Save: stack overflow exception...
Hi all,I tried to save my dock manager and document pane (empty, without other wpf objects) to xaml string but I had no success, I got always stack overflow exception. Why? Is there a reference in...
View ArticleCommented Unassigned: AvalonDock and XamlWriter.Save: stack overflow...
Hi all,I tried to save my dock manager and document pane (empty, without other wpf objects) to xaml string but I had no success, I got always stack overflow exception. Why? Is there a reference in...
View ArticleCommented Unassigned: AvalonDock and XamlWriter.Save: stack overflow...
Hi all,I tried to save my dock manager and document pane (empty, without other wpf objects) to xaml string but I had no success, I got always stack overflow exception. Why? Is there a reference in...
View ArticlePatch Uploaded: #17557
jairbubbles has uploaded a patch.Description:This patch fixes issues with maximized states of floating panels when minimizing and maximizing application.The issue is described here...
View ArticleCreated Unassigned: Copy image of Xceed DataGridControl to bitmap [21900]
0down votefavorite I'm using Xceed WPF Toolkit (Community Edition) DataGridControl, and I would like to create a bitmap from the control (either to put on the clipboard or save to a png).I have tried...
View ArticleCommented Unassigned: Copy image of Xceed DataGridControl to bitmap [21900]
0down votefavorite I'm using Xceed WPF Toolkit (Community Edition) DataGridControl, and I would like to create a bitmap from the control (either to put on the clipboard or save to a png).I have tried...
View ArticleCommented Unassigned: Copy image of Xceed DataGridControl to bitmap [21900]
0down votefavorite I'm using Xceed WPF Toolkit (Community Edition) DataGridControl, and I would like to create a bitmap from the control (either to put on the clipboard or save to a png).I have tried...
View ArticleCreated Unassigned: LayoutAnchorable.Title not bindable [21902]
I know this has been reported in the past but I don't see any remarks or recent updates. When will the title for the LayoutAnchorable become bindable? In other words, the tab header is basically static...
View ArticleNew Post: PropertyGrid and UpdateSourceTrigger=PropertyChanged not working
Hi, Thanks for your reply. Using the proposed template definition it's working fine. For those who might want to apply it to not only named properties, but based on the type of the property:...
View ArticleCommented Unassigned: LayoutAnchorable.Title not bindable [21902]
I know this has been reported in the past but I don't see any remarks or recent updates. When will the title for the LayoutAnchorable become bindable? In other words, the tab header is basically static...
View ArticleCreated Unassigned: [AvalonDock] LayoutItemTemplateSelector issue [21903]
I found an issue in last version of AvalonDock (2.6)If I dock anchorable as document and then undock it, content of anchorable become empty. But If I dock it again as document, it will display content...
View ArticleCommented Unassigned: [AvalonDock] LayoutItemTemplateSelector issue [21903]
I found an issue in last version of AvalonDock (2.6)If I dock anchorable as document and then undock it, content of anchorable become empty. But If I dock it again as document, it will display content...
View ArticleNew Post: Use a CollectionControl as an EditingTemplate.
I'm using the PropertyGrid with a good deal of success. However, I'd like to change the behavior of the CollectionControl. Instead of having a new dialog appear for collections, I'd like to embed the...
View ArticleNew Post: DataTemplate and CurrentCulture
Hi again, I'm using the property grid with DataTemplates. Now I'm having a problem with the language / culture. I have the impression that the propertygrid is ignoring it when using data templates. My...
View ArticleNew Post: Use a CollectionControl as an EditingTemplate.
Hi, The changes done in the CollectionControl are saved in the source when the OK button from the CollectionControlDialog is pressed. You can save the changes by calling...
View ArticleNew Post: DataTemplate and CurrentCulture
Hi, What if you use a converter to convert the string back to a double. Something like :<tk:EditorTemplateDefinition> <tk:EditorTemplateDefinition.TargetProperties>...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi BoucherS, After putting in your suggested changes on the xaml regarding ItemScrollingBehaviour and Virtualization, there was definitely a marked improvement, but it wasn't as large a difference as I...
View ArticleNew Post: DataTemplate and CurrentCulture
Hi Yes, I could do this. But the reason why I'm, using the datatemplate at all is, that I want to have immediate validation while typing (using UpdateSourceTrigger=PropertyChanged). And I just want to...
View Article