New Post: Crazy Question: Can XCTK PropertyGrid offer different editors for...
Hi, In the PropertyGrid, there is the "EditorDefinitions" property that let's you set the Editor you want for specific properties. You can say for example : all the bool properties will have a red...
View ArticleCommented Unassigned: ZoomBox does not exists in namespace [20656]
I'm trying to use the ZoomBox in my application, but I get the following error:```The name "ZoomBox" does not exist in the namespace "clr-namespace:Xceed.Wpf.Toolkit;assembly=Xceed.Wpf.Toolkit".```I...
View ArticleCommented Unassigned: ZoomBox does not exists in namespace [20656]
I'm trying to use the ZoomBox in my application, but I get the following error:```The name "ZoomBox" does not exist in the namespace "clr-namespace:Xceed.Wpf.Toolkit;assembly=Xceed.Wpf.Toolkit".```I...
View ArticleNew Post: CheckComboBox enqueries
For Part (1), I realize that I need to remove SelectedValue="{Binding SelectedValue}" from the xaml, then it works.
View ArticleCommented Issue: Zoombox Stack Overflow [20652]
I met a stackoverflow exception when i set the Zoombox datacontext to null.Comments: ** Comment from web user: Tekarihoken ** That's fine ! Thank you !
View ArticleNew Post: Dropdown button and propertygrid
Hello I am trying to add a drop down button with a tree view to your property grid. The drop down button appears but when I select it, I get no drop down at all (I get a tiny black square). Any ideas...
View ArticleNew Post: Dropdown button and propertygrid
Hi, Where are you adding this DropDownButton in the PropertyGrid. As a Custom editor ? Can you paste the code where this dropDownButton appears in the PropertyGrid. As expected a simple DropDownButton...
View ArticleNew Post: Dropdown button and propertygrid
It is as a custom editor. namespace Xceed.Wpf.Toolkit.PropertyGrid.Implementation.Editors { /// <summary> /// Interaction logic for DataSourceEditor.xaml /// </summary> public partial class...
View ArticleNew Post: ChildWindow ResizeMode
Hi, For some reason, I can't access the the ResizeMode property in the child window object. The property is in the documentation and Visual Studio can see the enum, but when I try to use the property...
View ArticleNew Post: PropertyGrid: ExpandableObject do not work with struct property!
I bind a object which has a struct(System.Windows.Size) property to the propertygrid. and i have set the [ExpandableObject] attribute to the property, so that i can expand the nested properties of the...
View ArticleNew Post: Some questions about Color Picker control
Hi guys, first of all, I would like to say a big thank you for making the Extended WPF toolkit: I found very useful stuff inside, like the color picker. As title says, I would like to ask why it is not...
View ArticleNew Post: CornerRadius for DecimalUpDown
Hi! I am trying to override the standard style for DecimalUpDowns with a CornerRadius, but it won't let me add this variable.<Style TargetType="xctk:DecimalUpDown"> <Setter Property="Height"...
View ArticleNew Post: ChildWindow ResizeMode
Hi, The Resize mode for the ChildWindow is available in the "Plus" version of the toolkit : http://wpftoolkit.com/. v2.1 of the Toolkit is already available in the "Plus" version while the "OpenSource"...
View ArticleNew Post: PropertyGrid: ExpandableObject do not work with struct property!
Hi, Can you point out this old post please ? Thanks.
View ArticleCreated Feature: ColorPicker navigation not working [20672]
Based on discussion https://wpftoolkit.codeplex.com/discussions/527359
View ArticleNew Post: Some questions about Color Picker control
Hi, The navigation in the ColorPicker is not working yet. It is a known bug that should be implemented in a near future. For the scrollBar not visible, there should be one. It should be fixed within...
View ArticleCreated Feature: CornerRadius for NumericUpDown [20673]
Based on issue https://wpftoolkit.codeplex.com/discussions/527360.User wants to set a CornerRadius to a numericUpDown.
View ArticleNew Post: CornerRadius for DecimalUpDown
Hi, Issue https://wpftoolkit.codeplex.com/workitem/20673 has been created.
View ArticleNew Post: Some questions about Color Picker control
Thank you for forwarding those bugs, I'm looking forward for a resolution!
View Article