Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Browsing all 4964 articles
Browse latest View live

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 Article


New 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 Article


New 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 Article

New 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 Article

New 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 Article


Commented 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 Article

New 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 Article

Closed 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 Article


New 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 Article


Created 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 Article

New 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 Article

Commented 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 Article

Commented 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 Article


Created 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 Article

Created 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 Article


Commented 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 Article

New Post: PropertyGrid Column Width

How can I set the column width of the PropertyGrid? Is there an "AutoSize" option?

View Article


New 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 Article

Commented 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 Article

New 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
Browsing all 4964 articles
Browse latest View live