New Comment on "CalculatorUpDown"
Hi, Please use a Discussion tab. Setting CalculatorUpDown.Visibility = Collapsed works well. Can you point out the fixed width and height ?
View ArticleCommented Unassigned: Problem using with VS2012 [19923]
Hi, I'm trying to install the wpf extended with Visual Studio 2012. I think I followed the instructions; I create a WPF Extended Toolkit tab in the VS toolkit and added the xceed.Wpf.Toolkit.dll. The...
View ArticleNew Post: PropertyGrid Categorization with Access Modifiers
I'm trying to hook up a Propertygrid to a class that I have. I've been trying to sort the properties by category by decorating them with with the Category attribute. However, I've found that those...
View ArticleCommented Feature: Separate "Data" oriented classes from UI ones [18934]
Based on discussion:http://wpftoolkit.codeplex.com/discussions/403349The user expressed its need to have a separate Dll that contains classes that could be used on the Business Model side of its...
View ArticleCreated Unassigned: WindowControl Generic Theme does not work in multiple UI...
The generic theme for WindowsControl will throw an exception if it is used in multiple UI threads in the same application. The cause is two SolidColorBrushes that cannot be frozen due to it deriving...
View ArticleNew Post: PropertyGrid Categorization with Access Modifiers
Hi, From a small sample project where the PropertyGrid.SelectedObject = MyClass, I can see that only the public properties are displayed in the propertyGrid. Here's the reason : in...
View ArticleCreated Unassigned: Zoombox customization [20723]
When I try to re-style the zoom box control (Object->Change Style->Change a copy). Blend 2013 returns me this error: "Missing key in the object "InputBindingCollection"".Inner Exception...
View ArticleNew Post: PropertyGrid Categorization with Access Modifiers
Hi, thanks for the follow up. Could an option be added to control that restriction? In my own reflection, I've been using: .GetProperties(BindingFlags.Instance | BindingFlags.NonPublic |...
View ArticleNew Post: WPF Toolkit - Cannot find resource when installing on test machine
Can you write a more detailed explanation to how resolve this issue? Thank You Lorenzo
View ArticleNew Post: AvaonDock MVVM programmatically adding a new document to a new pane
I am writting a new application using MVVM which will host a number of views of a document. When I open the document I want to display all available viewmodels in a tiled manor: specifically a Contents...
View ArticleCreated Feature: Show Internal Properties in PropertyGrid [20731]
Based on discussion https://wpftoolkit.codeplex.com/discussions/531331
View ArticleNew Post: PropertyGrid Categorization with Access Modifiers
Issue https://wpftoolkit.codeplex.com/workitem/20731 has been created.
View ArticleNew Post: PropertyGrid PropertyDefinitions for Nested object
Hi! I'm having problem with PropertyGrid. According to documentation I can specify set of prop's to display setting in xaml PropertyDefinitions. But! And this is important. Can I somehow do this for...
View ArticleCreated Feature: PropertyGrid PropertyDefinitions for Nested object [20733]
Based on disucssion https://wpftoolkit.codeplex.com/discussions/531863, user want to be able to specify for Properties to display for expandable properties.
View ArticleNew Post: PropertyGrid PropertyDefinitions for Nested object
Issue https://wpftoolkit.codeplex.com/workitem/20733 has been created. In the meantime, if you have the "Plus" version of the Toolkit, you can create your own Properties with CustomPropertyItem. You...
View ArticleNew Post: PropertyGrid PropertyDefinitions for Nested object
Thank you for fast response!
View ArticleNew Post: ChildWindow: How to remove the window?
hi, how can i display a childwindow without the window border? i just want the content showed, and the caption, closebutton & windowborder removed.
View ArticleCreated Unassigned: ClearType not applied for MessageBox's Message [20734]
When re-styling MessageBox's ClearType hint through RenderOptions.ClearTypeHint="Enabled", it seems it's not applied to MessageBox's message/text. It's applied to the buttons though.
View ArticleNew Post: PropertyGrid ExpandableObject: Category not used in expanded object
when using ExpandableObject on a property and expanding it in the UI, the resulting properties are not grouped by category. This is especially required for very large objects with alot of properties...
View Article