New Post: license
Hi, I do not really understand the license. If I want this Code in my commerical project. What do I need to do with my License, license information and stuff? Thanks in advance
View ArticleNew Post: Error - 'System.Windows.StaticResourceExtension' threw an exception.
Just installed toolkit via NuGet and put the default BusyIndicator on working page:<xctk:BusyIndicator IsBusy="True" BusyContent="Downloading email..." > <ContentControl Style="{StaticResource...
View ArticleNew Post: Could not load file or assembly Xceed.Wpf.Toolkit.Aero2
Hi, I added the DoubleUpDown control to a DataGrid and when the first row is initialized I get following IO Exception: Could not load file or assembly 'Xceed.Wpf.Toolkit.Aero2, Version=1.9.0.0,...
View ArticleNew Post: PropertyGrid Combobox Custom Editor
Hi there, I'm trying to get a combo box to display a drop down list of items for a particular property (an enumeration), but everything I've tried results in an empty list. The object property itself...
View ArticleNew Post: PropertyGrid - How do I Programatically Collapse Category
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: license
It's Microsoft Public License. This cool web site shows you in easy to understand terms what you can and cannot do with nearly every type of open source license:tl;drLegal
View ArticleNew Post: Error - 'System.Windows.StaticResourceExtension' threw an exception.
"SampleContent" is a resource defined for the BusyIndicator samples of the sample app, but it does not exist when you create your own application. Remove the Style="{StaticResource SampleContent}"...
View ArticleNew Post: Could not load file or assembly Xceed.Wpf.Toolkit.Aero2
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Could not load file or assembly Xceed.Wpf.Toolkit.Aero2
Yes! Please provide use a sample app that reproduce the problem. Attach the sample to the newly created issue Thanks
View ArticleNew Post: PropertyGrid Combobox Custom Editor
The DataContext of the template instance will be the "PropertyItem" representing the property. To access the underlying selected object. Pass thru the "Instance" property. So this may be...
View ArticleNew Post: PropertyGrid Combobox Custom Editor
Thanks for the quick reply. I update the ComboBox as you suggested and moved the list to my custom type descriptor... that worked like a charm! Is there any way to set the DataContext of the property...
View ArticleNew Post: PropertyGrid Combobox Custom Editor
Actually I guess it doesn't make any sense to modify the data context for the property grid's custom editor. Forget I said anything :)
View ArticleNew Post: PropertyGrid Combobox Custom Editor
This may be working (eg. getting the DataContext of the PropertyItem (the actual DataContext)<ComboBox ItemsSource="{Binding Path=DataContext.BlendOptions}" />
View ArticleNew Post: Any example on Zoombox
Version 1.9.0 There doesn't appear to be a Sample app. Namespace would not appear in XAML intellisense. Forced reference through for namespace and added Zoombox control. It simply doesn't work. Of...
View ArticleNew Post: WatermarkTextBox does not align the Watermark to the right when the...
Thanks for response, that works to solve my problem. but I found another problem, the DateTimePicker does not align the calendar to the right but the text is aliged to the righ with the property...
View ArticleNew Post: Any example on Zoombox
To get the sample App you need to download the source code, compile and run it. The project is called "Samples"
View ArticleNew Post: PropertyGrid Column Width
How can I set the column width of the PropertyGrid? Is there an "AutoSize" option?
View ArticleNew Post: CheckComboBox with MVVM
BoucherS wrote: Maybe the following link could help you ;http://stackoverflow.com/questions/1861475/marshal-struct-problem-with-c-sharp From what I can tell, that link's really only useful if you've...
View ArticleNew Post: Can not switch input languages while DropDownButton is opened;
In DropDownButton.DropDownContent has some textbox, I want to use my cultural language, but can not switch the input languages while the dropdownbutton is opened, and only the English can be entered;...
View ArticleNew Post: Keyboard friendly DateTime editor
The DateTimeUpDown is Fixed in v2.0. User will be able to use the Left/Right arrows to change between DateTime parts.
View Article