New Comment on "Documentation"
When installing as specified in the instructions for NuGet in VS 2012, when attempting to add the button spinner, with the code I get the following errors: "Cannot Resolve Symbol Control" For...
View ArticleNew Comment on "PropertyGrid"
I'm fairly new to C# WPF, and am not sure if the property grid is usable for this, there are aspects to C# that I'm still learning to wrap my head around. I have a list of dataclass where the data...
View ArticleNew Comment on "PropertyGrid"
It looks like I can do what I would like using System.Reflection.Emit TypeBuilder, and PropertyBuilder. But if there is a better way, I'd not mind knowing it.
View ArticleNew Comment on "Documentation"
Hi, Please use a discussion Tab ! For the problem : Make sure to reference the Xceed.Wpf.Toolkit and xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" at top of your xaml file.
View ArticleNew Comment on "CheckComboBox"
Please post a code snippet on how to bind data to this checkedcomb box. I find it difficult to understand how to pass two data valus, one containing the total Items and the other containing selected...
View ArticleNew Comment on "CheckComboBox"
Discussion https://wpftoolkit.codeplex.com/discussions/517953 has been created.
View ArticleNew Comment on "BusyIndicator"
Hi, Discussion Tab https://wpftoolkit.codeplex.com/discussions/520385 has been created.
View ArticleNew Comment on "PropertyGrid"
It's a shame you can't inspect complex type properties without having to modify them with ExpandableObject. Or is there a way? Seems like a very common use-case.
View ArticleNew Comment on "CheckComboBox"
Please suggest me how to check all checkboxes in CheckComboBox by default
View ArticleNew Comment on "CheckComboBox"
Set the ItemsSource and SelectedItemsOverride to the same List of items : _checkComboBox.ItemsSource = myList; _checkComboBox.SelectedItemsOverride = myList;
View ArticleNew Comment on "ColorCanvas"
Can we re-size the color canvas control. I want to add this control in expander control. but the expander control height =150 and width=200. No need another window. In the same window want to add...
View ArticleNew Comment on "ColorCanvas"
You can use a ViewBox, but the ColorCanvas will be very small : <Expander Width="200" Height="150"> <Viewbox> <xctk:ColorCanvas/> </Viewbox> </Expander>
View ArticleNew Comment on "CalculatorUpDown"
This control sets fixed width and height of its parts and it does not work well with Visibility.Collapsed.
View ArticleNew 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 ArticleUpdated Wiki: Improvements210
v2.1.0 Community Edition improvements and bug fixes 70+ bug fixes and improvements*Side-by-side version loading of the Xceed.Wpf.Toolkit.dlls should now work properly when using v2.1 and...
View ArticleUpdated Wiki: Improvements210
v2.1.0 Community Edition improvements and bug fixes 70+ bug fixes and improvementsSide-by-side version loading of the Xceed.Wpf.Toolkit.dlls should now work properly when using v2.1 and...
View ArticleUpdated Wiki: Improvements210
v2.1.0 Community Edition improvements and bug fixes 70+ bug fixes and improvementsSide-by-side version loading of the Xceed.Wpf.Toolkit.dlls should now work properly when using v2.1 and...
View ArticleUpdated Wiki: Improvements210
v2.1.0 Community Edition improvements and bug fixes70+ bug fixes and improvementsSide-by-side version loading of the Xceed.Wpf.Toolkit.dlls should now work properly when using v2.1 and later.Office2007...
View ArticleUpdated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released, with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View Article