New Comment on "ColorPicker"
I quit like the control so much that I've developed an advanced version of it in a separate library: https://wpfcolorpickercontrol.codeplex.com/ This version of the control can be localized and theme...
View ArticleNew Comment on "PropertyGrid"
So after so many years, does this control yet supports multiple selection, something on the lines of SelectedObjects?
View ArticleNew Comment on "PropertyGrid"
Hi, PropertyGrid.SelectedObjects is supported since early 2013 in the Plus edition of the Toolkit. Please have a look at the documentation of the PropertyGrid in the Plus Edition of the Toolkit :...
View ArticleNew Comment on "SplitButton"
There is NO IsOpen property on SplitButton. I can find no way to close the danged drop down once opened programatically.
View ArticleNew Comment on "CollectionControlDialog"
If I do changes in properties (property grid) of existing type entry the changes are saved no matter if I click "OK" or "Cancel" buttons! Button "Cancel" should rollback ALL changes! How can I do it?
View ArticleNew Comment on "CollectionEditorDialog"
If I do changes in properties (property grid) of existing type entry the changes are saved no matter if I click "OK" or "Cancel" buttons! Button "Cancel" should rollback ALL changes! How can I do it?
View ArticleNew Comment on "TimeSpanUpDown"
Hi, how can I set default increment /decrement fields of TimeSpan other than hours, for example minutes or seconds. Second question is: Can I change step value for example (15s).
View ArticleNew Comment on "TimeSpanUpDown"
Hi, issue https://wpftoolkit.codeplex.com/workitem/22052 and https://wpftoolkit.codeplex.com/workitem/22053 have been created.
View ArticleNew Comment on "DoubleUpDown"
Hi, I would like to use the sterling character £ instead of the dollar one $. Is it possible? Thanks
View ArticleNew Comment on "SplitButton"
When you add this control to a Toolbar it doesn't match the look of regular buttons. I'm unable to get rid of the black border using BorderBrush or BorderThickness.
View ArticleNew Comment on "CheckComboBox"
Hello, I want skin the checkbox, but the text don't show: <Style TargetType="{x:Type CheckBox}"> <Setter Property="FontFamily" Value="Verdana" /> <Setter Property="FontSize" Value="14"...
View ArticleNew Comment on "CheckComboBox"
Hello, I want skin the checkbox, but the text don't show: <Style TargetType="{x:Type CheckBox}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type...
View ArticleNew Comment on "CheckComboBox"
Hi, The CheckBox control is not part of the Extended WPF Toolkit, it's a Microsoft control. Anyway, you can remove the "ContentPresenter" from ContentPresenter.Content" ans use "Text="{TemplateBinding...
View ArticleUpdated Wiki: Improvements260
v2.6 Community Edition (January 8, 2016)15 bug fixes and improvementsIn DateTimePicker, DateTimeUpDown and TimePicker, when TimeFormat has a foreign culture, it will no longer cause a crash.In...
View ArticleUpdated Wiki: Home
January 8, 2016 update: Released Community Edition v2.6.0 with 15 bug fixes and improvements. Users of the Plus Edition got an additional 15 new controls and 41 bug fixes and improvements in v2.7.0 and...
View ArticleUpdated Wiki: Compare Editions
Compare Extended WPF Toolkit EditionsThe free, open source Community Edition is provided here on CodePlex under the Microsoft Public License. ThePlus EditionĀ is at least one release ahead, adds...
View ArticleUpdated Wiki: Compare Editions
Compare Extended WPF Toolkit EditionsThe free, open source Community Edition is provided here on CodePlex under the Microsoft Public License. ThePlus EditionĀ is at least one release ahead, adds...
View ArticleNew Comment on "PropertyGrid"
Hi, is there a way to remove alphabetical sorting in categorized mode...no matter what I do it always seems to sort properties alphabetical order...please suggest a workaround.. Thanks
View ArticleNew Comment on "PropertyGrid"
Hi, You can use the PropertyOrder attribute to position the PropertyItems : ex : [PropertyOrder( 2 )]
View Article