Edited Issue: PropertyGrid: Collections of primitive types bug [21463]
Using the PropertyGrid control, if one of the properties is of type List<T> ou T[], where T is a primitve type, the user can enter the values he wants, but they get lost. I found a fix, at least...
View ArticleNew Comment on "Improvements230"
Hi, Toolkit v2.3 "Community Edition" and Toolkit v2.4 "Plus Edition" are now on Nuget.
View ArticleCommented Issue: PropertyGrid: Collections of primitive types bug [21463]
Using the PropertyGrid control, if one of the properties is of type List<T> ou T[], where T is a primitve type, the user can enter the values he wants, but they get lost. I found a fix, at least...
View ArticleNew Post: Checked List Box
hi solved first problem(Checking items by Index ) thank you so much for the quick reply. 2) Check visible right away is it possible to attach image with this ??if so i can attach image of my problem...
View ArticleCommented Issue: CheckComboBox/TimePicker loses focus on drop-down close [21467]
Tab to the CheckComboBox (or TimePicker, other drop-down controls might behave similarly) to make the loss of focus more visible.Open the drop-down by clicking the arrow button.Close it by clicking the...
View ArticleNew Post: Autogenerated PropertyGrid : How to change formating of default...
Many thanks, I read about EditorTemplateDefinition but didn't understand it was possible to re-use the DoubleUpDown in the template definnition. The CultureInfo en-US will parse "." but not "," though...
View ArticleNew Post: Control to schedule
thank you so much for the advice. as am new to WPF,its a new control for me... is it possible to add combo box and checked list box in to the PropertyGrid ? and also,any way to add context menu strip...
View ArticleNew Comment on "CollectionControl"
hi.. is it possible to add combo box to property window ? like Gender : Male/Female (in combo box )
View ArticleNew Post: Checked List Box
Hi, You can upload your images on this site http://postimage.org/ and copy the link here. You can also copy-paste a small snippet to show the problem. Thanks.
View ArticleNew Post: Control to schedule
Hi, You can try the LiveExplorer App available here https://wpftoolkit.codeplex.com/ to test the controls from the Toolkit. You will also find the documentation of each control here :...
View ArticleNew Post: ComboBox in PropertyGrid
hi.. is it possible to add combo box to property window ? like Gender : Male/Female (in combo box )
View ArticleNew Comment on "CollectionControl"
Hi, Please use a discussion tab. Your discussion has been copied here : https://wpftoolkit.codeplex.com/discussions/570336
View ArticleNew Post: ComboBox in PropertyGrid
The PropertyGrid will use a ComboBoxEditor for properties of type enum.public enum Gender { Male, Female } _propertyGrid.SelectedObject = new MySubData() { FirstName = "Tom", MyGender = Gender.Male };...
View ArticleReleased: Extended WPF Toolkit - 2.3.0 (Oct 07, 2014)
What's new in v2.3 Community Edition? (Released Oct 7, 2014)25 bug fixes, not counting the major update to the datagrid control (See the complete list of improvements in v2.3.0).Updated Live Explorer...
View ArticleUpdated Release: Extended WPF Toolkit - 2.3.0 (Oct 07, 2014)
What's new in v2.3 Community Edition? (Released Oct 7, 2014)25 bug fixes, not counting the major update to the datagrid control (See the complete list of improvements in v2.3.0).Updated Live Explorer...
View ArticleNew Post: Simple layout
I need to move my WPF application to use AvalonDock so that I can have my application offer floating and docked windows. I have downloaded the toolkit and I have a very simple test bed to test if I can...
View ArticleNew Post: Simple layout
Hi, There is a property on LayoutAnchorable : AutoHideWidth. It is the width of the control when it will be visible. Default is at 0 pixel. When LayoutAnchorable.AutoHideWidth is 0, we use...
View ArticleNew Post: Simple layout
Thanks, that seems to work well with one exception, it appears that I cannot use binding on "AutoHideWidth" to bind it to the main window width. I would like to do this so that when the user changes...
View ArticleNew Comment on "Improvements230"
Awesome. Could you explain how under the MPL you are able to take open source, redistribute it with bug fixes and charge $350 for it? I want to do the same with this code.
View ArticleNew Comment on "Improvements230"
spiked3 => We acquired all the author's original rights and title to the software. We are not bound by the MSPL ourselves. This lets us distribute under any license we want to.
View Article