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 ArticleCreated Unassigned: Cannot locate resource 'themes/aero/images/htabgroup.png'...
HiI upgraded my project to WPF Toolkit 2.0 but when try to run application, get this error__Could not load file or assembly 'Xceed.Wpf.AvalonDock.Aero, Version=2.0.0.0 .....__by using reflector and go...
View ArticleNew Post: How to specify AutoHide side of AvalonDock?
Hi, I’m testing AvalonDock control included in Extended WPF Toolkit 2.0. I have the following xaml.<Window x:Class="AvalonDockTest.MainWindow"...
View ArticleCreated Unassigned: Property Order and Category Order [19844]
1. about the Property OrderI know the [PropertyOrder()] attribute is used to specify the property order when I click category sorting, but when I click alphabetical sorting, however, the...
View ArticleNew Post: How to add the category order in Property Grid?
now the Category is using the alphabetical order, is there any attribute that is used to specify the category order?
View ArticleNew Post: ChildWindow Inner Border
Hello! Is there a way to disable the inner border of a ChildWindow? All i want is to have a complete black window. Thank you!
View ArticleNew Post: How to add the category order in Property Grid?
The CategoryOrderAttribute can be use in the "Plus" version of the toolkit. You can find the "Plus" version here : http://wpftoolkit.com/toolkit/
View ArticleNew Post: ChildWindow Inner Border
If your Window has the following properties set : Background="Black" BorderBrush="Black" BorderThickness="0" WindowBackground="Black" WindowBorderBrush="Black" WindowBorderThickness="0" and you still...
View ArticleCreated Issue: ChildWindow with innerBorder hardcoded [19845]
Based on discussion https://wpftoolkit.codeplex.com/discussions/446938The user can't remove completely the innerBorder of the ChildWindow.The BorderThickness of "1". shouldn't be hardcoded.
View ArticleUpdated Wiki: Home
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.Extended WPF Toolkit™ is the number one collection of WPF...
View ArticleUpdated Wiki: Home
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.Extended WPF Toolkit™ is the number one collection of WPF...
View ArticleCommented Issue: CheckComboBox: Display bug [19361]
Hi,using the checkcombobox, there is a display bug when the classic windows theme is used. Even if checked, the selected item(s) will be displayed as being unchecked. See screenshot included as...
View ArticleNew Post: AvalonDock - Window disappears when dragging from tabbed document...
Anyone have any feed back on this problem im having. When dragging a document out of the docking pane the window disappears, after i release the mouse it comes back however if i try to drag it to...
View ArticleNew Post: How to add the category order in Property Grid?
Thanks. By the way, I know the [PropertyOrder()] attribute is used to specify the property order in category sorting, but when I click alphabetical sorting, however, the [PropertyOrder()] attribute...
View ArticleClosed Issue: Bug: Magnifier doesn't align with cursor when image is not...
When a magnifier is attached to an Image it will not work properly if the image being displayed does not fully stretch to fit. It seems the calculation for where the magnifier is zooming is based on...
View ArticleClosed Issue: Ctrl+C for message box [17633]
Like it works in standard WPF + WinForms implementations.
View ArticleClosed Issue: CheckComboBox not updated properly [17714]
I'd like to set the ItemsSource of my CheckComboBox each time I selected an item from a ListView.Whenever I select a new Item without checking any Item in the CheckComboBox before, SelectorItem is not...
View ArticleClosed Issue: ColorPicker showing multiple decimal places for RGBA values...
The labels beside the RGBA sliders in the ColorCanvas are displaying decimal places when the slider is adjusted. The values should be formatted correctly. This also results in the columns resizing,...
View ArticleClosed Issue: Magnifier new bug [18039]
If the radius of the Magnifier is increased dynamically beyond it's size at creation the circle is clipped ( Viewbox not being resized correctly?), this did not happen in version 1.5
View Article