New 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 ArticleCommented Issue: Could not load file or assembly Xceed.Wpf.Toolkit.Aero2 [19506]
From [this discussion](http://wpftoolkit.codeplex.com/discussions/437608) -----------Hi,I added the DoubleUpDown control to a DataGrid and when the first row is initialized I get following IO...
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 ArticleClosed Issue: Could not load file or assembly Xceed.Wpf.Toolkit.Aero2 [19506]
From [this discussion](http://wpftoolkit.codeplex.com/discussions/437608) -----------Hi,I added the DoubleUpDown control to a DataGrid and when the first row is initialized I get following IO...
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 ArticleCreated Issue: Missing Assembly: Xceed.Wpf.Toolkit.Luna [19517]
I added Xceed Extended WPF Toolkit via Nuget and I get a "A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll" which when I looked into it, found that it was...
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 ArticleCommented Issue: Missing Assembly: Xceed.Wpf.Toolkit.Luna [19517]
I added Xceed Extended WPF Toolkit via Nuget and I get a "A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll" which when I looked into it, found that it was...
View ArticleCommented Issue: Missing Assembly: Xceed.Wpf.Toolkit.Luna [19517]
I added Xceed Extended WPF Toolkit via Nuget and I get a "A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll" which when I looked into it, found that it was...
View ArticleCreated Issue: Selector.SelectedMemberPath no longer supports bool?...
I recently upgraded from version 1.7.4644.13122 to 1.9.0.0 and it seems that I've been broken by a change of behavior in `Selector`. Previously, I was able to set `SelectedMemberPath` to a...
View ArticleCreated Issue: DropDownButton needs IsDropDownOpen a la ComboBox [19525]
`DropDownButton` currently relies on `Popup.StaysOpen` to close the content when the user clicks away. However, this fails in this scenario:```<StackPanel><ToggleButton...
View ArticleCommented Issue: DropDownButton needs IsDropDownOpen a la ComboBox [19525]
`DropDownButton` currently relies on `Popup.StaysOpen` to close the content when the user clicks away. However, this fails in this scenario:```<StackPanel><ToggleButton...
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 ArticleCommented Issue: DropDownButton.IsOpen should act like...
`DropDownButton` currently relies on `Popup.StaysOpen` to close the content when the user clicks away. However, this fails in this scenario:```<StackPanel><ToggleButton...
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 Article