Commented Issue: CheckComboBox doesn't bind SelectedValue when placed in a...
Based on discussion https://wpftoolkit.codeplex.com/discussions/453536Comments: ** Comment from web user: emartin ** When the sources will be releases, the binaries will also be releases, so you could...
View ArticleNew Post: Propertygrid password
I ended up using an ITypeEditor:public class PasswordEditor : Xceed.Wpf.Toolkit.PropertyGrid.Editors.ITypeEditor { Xceed.Wpf.Toolkit.PropertyGrid.PropertyItem m_PropertyItem; PasswordBox m_PasswordBox;...
View ArticleClosed Feature: Setting Min Date and Max Date for DatePicker Control [20088]
Hello All,Need help on setting Minimum Date and Maximum Date in Xceed DateTimePicker Control.Thanks and RegardsParth PatelComments: Please use the discussion tab to request for help.
View ArticleCreated Issue: DateTimePicker Min/Max are not reflected in dropdown calendar...
If I set a min and a max on the DateTimePicker, The drop down calendar still allows to select a date behond the maximum.
View ArticleClosed Unassigned: Unable to commit changes [20113]
Hello,I'm unable to commit changes that I've made.I keep receiving a Commit Failed error. I've attached a screenshot of the error.I'm using Visual Studio 2010 with VisualSVN.Thank youComments: Public...
View ArticleCreated Issue: Review the PropertyGrid Documentation [20492]
The documentation page of the PropertyGrid need to be updated.The custom Editor example still refer to the Obsolete "EditorDefinition" as an example.
View ArticleCommented Issue: Review the PropertyGrid Documentation [20492]
The documentation page of the PropertyGrid need to be updated.The custom Editor example still refer to the Obsolete "EditorDefinition" as an example.Comments: ** Comment from web user: emartin **...
View ArticleCommented Unassigned: PropertyGrid.EditorDefinitions Broken [20120]
Not sure how this hasn't been noticed, but EditorDefinitions no longer work in 2.0. To reproduce, take the following code and stick it in a project:__MainWindow.xaml__:```<Window...
View ArticleClosed Unassigned: Remove Xceed.Wpf.AvalonDock [20153]
Hello, Is there any way to remove the localization folders containing a single Xceed.Wpf.AvalonDock.resources.dll file when building a project?Especially since I am not even using AvalonDock, it does...
View ArticleCommented Unassigned: xceed.wpf.toolkit ColorPicker XAML loading error in...
Hi ,I am using xceed.wpf.toolkit version 1.9.0 on a wpf project. it causes a xamlParseException when trying to load the colorPicker.This is my xaml: <Viewbox Margin="3"><Xceed:ColorPicker...
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 ArticleClosed Unassigned: xceed.wpf.toolkit ColorPicker XAML loading error in...
Hi ,I am using xceed.wpf.toolkit version 1.9.0 on a wpf project. it causes a xamlParseException when trying to load the colorPicker.This is my xaml: <Viewbox Margin="3"><Xceed:ColorPicker...
View ArticleNew Post: WPF Toolkit Propertygrid - how to use a property collection
The Plus edition of the PropetyGrid support to provide properties as a "list" instead of having to provide a compile-time static definition.
View ArticleNew Post: DecimalUpDown FormatString
You may have issues when editing when using this method. A workaround is described in this issue:https://wpftoolkit.codeplex.com/workitem/18890
View ArticleNew Post: SplitButton drop down content and relative data binding
Actually - DataContext, RoutedEvents, RoutedCommands don't cross Popup's boundary by default. However this problem can be solved somehow by adding Popup as a logical child of it's parent control which...
View ArticleCreated Unassigned: Button inside AvalonDock LayoutAnchorable focus problem...
Buttons inside a LayoutAnchorable pane do not work if another Anchorable pane was active when the button is clicked. There seems to be some focus problem.This is caused by the check for...
View ArticleCreated Unassigned: Cannot Load Assembly [20498]
I downloaded the ExtendedWPFToolkit. Unzipped it. Added the references to Exceed.Wpf.Toolkit.dll (and the other five dlls) to my WPF C# 2010 project. Adding the appropriate using statement. Then I went...
View ArticleCommented Unassigned: Button inside AvalonDock LayoutAnchorable focus problem...
Buttons inside a LayoutAnchorable pane do not work if another Anchorable pane was active when the button is clicked. There seems to be some focus problem.This is caused by the check for...
View ArticleNew Post: Property Grid with ComboBox
Hi, 1) Please do the following :[ItemsSource( typeof( MyValuesItemsSource ) )] public string MyValues { get; set; }<xctk:PropertyGrid x:Name="_propertyGrid" Width="450" Margin="10">...
View Article