Edited Feature: Close All option for AvalonDock [21406]
Based on Codeplex discussion https://wpftoolkit.codeplex.com/discussions/568740Comments: ** Comment from web user: BoucherS ** This option will be available in v2.5. So v2.5 will have...
View ArticleNew Post: Conditional Wizard Pages
Hi, I've actually found a solution. You can setSomeWizardPage.NextPage = ConditionToEvaluate ? OnTrueWizardPageName : OnFalseWizardPageName; in the code backend. Hope this saves somebody else's time....
View ArticleCreated Unassigned: DoubleUpDown GotMouseCapture [21407]
Hello,Why does DoubleUpDown control needs two clicks to fire GotMouseCapture event?
View ArticleNew Post: PropertyGrid Collection Editor - Class types for new objects
I want to thank you so much for your help. Everything is working fine now. I have just one more question please. In the Collection Control, I need to be notified when a new object is added cause there...
View ArticleNew Post: PropertyGrid Collection Editor - Class types for new objects
Hi melmallakh, Just to make sure, are you using a CollectionControlButton ? Pressing the button starts a CollectionControlDialog and you want to be notified when an item is added, deleted and when the...
View ArticleNew Post: Close All option for AvalonDock
Awesome, thanks. What's the eta for 2.5, just roughly? 6 months, a year, two?
View ArticleNew Post: PropertyGrid Collection Editor - Class types for new objects
I am using the property grid and one field is a collection. I need to know when an item is added to this collection. The property grid automatically displays the dialog. Thanks Mary
View ArticleNew Post: Need help with Zoombox behaviour
We're you able to solve this issue. I have a similar case where I have a canvas inside a zoombox. I change the canvas size. The zoombox doesn't behave correctly
View ArticleNew Post: Need help with Zoombox behaviour
Yeah, the solution is to avoid any canvas size changes and make it transparent. I've come up with static canvas size and negative/positive child object coordinates. So when i drag my vertices canvas...
View ArticleNew Post: Close All option for AvalonDock
Hi, The "Plus" users are always 1 version ahead., Here are the current version : Plus users : v2.4 Community users : v2.3.1 (if not released, it should be by today or tomorrow) Next releases (v2.5 for...
View ArticleNew Post: How to disable Zoombox scaling on content resize?
Hi I am facing the same problem when the content size changes what should I do to the zoombox so it works correctly. Thanks
View ArticleCommented Feature: PropertyGrid Collection Editor not firing...
Based on discussion https://wpftoolkit.codeplex.com/discussions/544080.Starting in v2.3, the PropertyGrid has an editor for Collections : CollectionEditor. This editor creates a...
View ArticleNew Post: PropertyGrid Collection Editor - Class types for new objects
This is based on issue https://wpftoolkit.codeplex.com/workitem/20977
View ArticleNew Post: Close All option for AvalonDock
Excellent! I'll be sure to get the Plus edition then, and maybe the business suite with support like this :)
View ArticleCommented Unassigned: DoubleUpDown GotMouseCapture [21407]
Hello,Why does DoubleUpDown control needs two clicks to fire GotMouseCapture event?Comments: ** Comment from web user: BoucherS ** Hi,Make sure the DoubleUpDown.AutoSelectBehavior is "Never' and the...
View ArticleNew Comment on "ColorPicker"
Is there a bug when you set the SelectedColor to transparent? If I set it in the XAML or Window Load it lets me pick a new color but never changes the color within the button.
View ArticleNew Post: Dynamic PropertyGrid
Hello, I'm a new user to this toolkit. I love it so far. I'm trying to use a property grid to show properties of my game entities. The problem is, each entity has it's own set of properties. I can't...
View ArticleEdited Issue: CheckComboBox: Delimiter other than a comma = no selection [20763]
Based on discussion https://wpftoolkit.codeplex.com/discussions/534906.When a CheckComboBox is used in a DataTemplate, has a SelectedValue and its Delimiter is something else than a coma, the...
View ArticleEdited Issue: AvalonDock Now Loses Alt Key Adornments [20882]
I've been using AvalonDock (2.0) for some time now, being key for managing documents in an IDE. In the last several months, I've noticed that Alt key adornments are no longer showing up for controls...
View ArticleEdited Issue: DateTimePicker invalid DateTime revert to previous instead of...
When the DateTimePicker trys to parse an invalid DateTime string, could it revert the DateTime back to the previous valid DateTime (i.e. Value/current) as changing it to DateTime min is not very...
View Article