New Post: templating the selecton of checkboxCombo
Hi, Using NuGet, you will obtain the needed dlls. But to modify them, you will need the source code and recompile it. You can find it in the "SourceCode" Tab of this CodePlex site.
View ArticleEdited Feature: PropertyGrid: support DisplayAttribute. [19101]
PropertyGrid should support System.ComponentModel.DataAnnotations.DisplayAttribute.Comments: ** Comment from web user: BoucherS ** The DisplayAttribute will be supported in v3.0 of the Toolkit.
View ArticleEdited Feature: PropertyGrid Dictionary Editor [21050]
Based on codeplex disscusion http://wpftoolkit.codeplex.com/discussions/547539.The propertyGrid doesn't have an editor for Dictionaries.Comments: ** Comment from web user: BoucherS ** Toolkit v3.0 will...
View ArticleNew Post: IntegerUpDown Keyboard Input Ignored
The issue was I was calling the WPF window from a Winforms host. I had to call ElementHost.EnableModelessKeyboardInterop() in order for the keyboard to work.
View ArticleNew Post: Extending NumericUpDown - How to inherit default themes from toolkit
I have a WPF control library I'm developing that will use the toolkit as its base of controls. I was wondering what is the best way to make sure all of my controls use the themes/styles defined in the...
View ArticleNew Post: Color Picker menu not opening
I am trying to incorporate the ColorPicker into a custom UserControl in my application and I am having issues with the control not opening when being clicked on. The application I am working on takes...
View ArticleNew Post: Problems with IntegerUpDown.
Hello, I've been searching for a good numeric up-down control for years. Every implementation I've found on the internet has been full of bugs with various issues, which is very frustrating. Up until...
View ArticleNew Post: Toolkit wizard prevent closing OnFinish
Hi.. i am using the wizard to get some input from the user. Now, in the last page, i need some input from the user... the input will not be check for correctness untill the user clicks on the Finish...
View ArticleNew Post: Problems with IntegerUpDown.
Update: I managed to fix the first issue by setting the "ClipValueToMinMax" property to true. I'm still not sure why this wasn't the default. I'm still having trouble with the second issue though, and...
View ArticleNew Post: Problems with IntegerUpDown.
Okay, I finally managed to track down the issue with the context menu. It seems that it is being caused by the default TextAlignment="Right" setting on the IntegerUpDown style. Removing this setting...
View ArticleCreated Unassigned: Context menu is mangled on the NumericUpDown controls....
The default style of TextAlignment="Right" on the NumericUpDown controls causes the context menu to be mangled. This issue applies also to the regular TextBox control, but there it can be fixed by...
View ArticleCommented Issue: [AvalonDock 2.1] Unable to dynamically properly add tools...
Referring to AvalonDock 2.1 (Commit 106497), I setup a simple window with a DockManager.```<xcad:DockingManager AnchorablesSource="{Binding...
View ArticleNew Post: Color Picker menu not opening
Hi, You you say "is set to always stay on top", do you mean you are using a Window with it property TopMost = true ? Or a big Panel.ZIndex ? I cannot reproduce the issue. Selecting a color will always...
View ArticleNew Post: Problems with IntegerUpDown.
You got it. Using "ClipValueToMinMax" to true will "cap" to the Maximum and Minimum values. This is not the default behavior because this property has been introduced later and we didn't want to...
View ArticleCreated Issue: wizard : prevent closing OnFinish [22134]
Based on discussion http://wpftoolkit.codeplex.com/discussions/649566.User want to cancel the Finish event.
View ArticleNew Post: Toolkit wizard prevent closing OnFinish
Hi, Issue https://wpftoolkit.codeplex.com/workitem/22134 has been created.
View ArticleEdited Issue: wizard : prevent closing OnFinish [22134]
Based on discussion http://wpftoolkit.codeplex.com/discussions/649566.User want to cancel the Finish event.Comments: ** Comment from web user: BoucherS ** This will be fixed in v3.0.
View ArticleClosed Issue: PropertyGrid: ItemsSource attribute doesn't work with...
When both ItemsSources attribute and ExpandableObject attributes are set to a property like the followings,[ItemsSource(typeof(SomeItemsSource))][ExpandableObject] public SomeClass MyProperty { set;...
View ArticleEdited Issue: Wizard's ItemsSource property not working [19276]
It seems that ViewModel binding an ObservableCollection to the ItemsSource doesn't do anything to the control. I also tried creating an ItemTemplate, but that didn't help.Is the ItemsSource property...
View ArticleEdited Issue: Too frequent updates of UpDownBase [19303]
When typing into NumericUpDown or any other UpDownBase-derived class the underlying (i.e. data bound) value will be updated too frequently causing too many updates and potentially interfering with...
View Article