Commented Unassigned: AvalonDock CloseEvent MVVM, remove child? [21593]
Hello,I am currently using Avalondock 2.0 with the mvvm pattern.It seems that when you remove an element present in your datasource, the DockManager does not remove the element from the root panel.Ex:...
View ArticleCommented Unassigned: DateTimePicker crash if value is smaller than MinValue...
DateTimePicker crash if value is smaller than MinValueHow to reproduce crash in LiveExplorer:Select current date in DateTimePicker. Set minimum value to tomorrow.Comments: ** Comment from web user:...
View ArticleEdited Issue: Nested AvalonDock - Memory Leak [21567]
I've described this problem already here: https://avalondock.codeplex.com/workitem/16060 and proposed a solution. Please review it.A have one main docking manager and nested docking manager is...
View ArticleReviewed: Extended WPF Toolkit - 2.3.0 (Dec 01, 2014)
Rated 5 Stars (out of 5) - Amazing stuff! Great resource to learn about creating custom controls.
View ArticleReviewed: Extended WPF Toolkit - 2.2.1 (dez 02, 2014)
Rated 5 Stars (out of 5) - really awesome!
View ArticleCreated Unassigned: WizardPage.Enter and WizardPage.Leave events not raise...
HiI think you shold modify Wizard.OnCurrentPageChanged method to this:```protected virtual void OnCurrentPageChanged(WizardPage oldValue, WizardPage newValue){ if (oldValue != null)...
View ArticleCommented Unassigned: Possible Bug in AvalonDock [21572]
I use some custom datagrids with columns which can be bound to a ViewModel using the MVVM pattern. This class is directly inherited from DataGrid; I added the DependencyProperty BindableColumns....
View ArticleNew Post: All WPF toolkit controls not recognized in Designer
Hi, This issue will be fixed in v2.4.
View ArticleCommented Issue: RangeSlider DataBinding [21135]
Hi,I have a RangeSlider in a DataTemplate. The Binding to LowerValue and HigherValue does not work correctly. ```<DataTemplate DataType="{x:Type...
View ArticleNew Post: Suggestion of another RichTextBox Formatting Control
Hi, Thanks for the suggestion. We will look at this control closely and evaluate if the community wants something like that.
View ArticleNew Post: How to style IntegerUpDown
Hi I don't know how to custom the style of the control. I want to change the background colors, the foregrounds and the size and borderthickness when the control isMouseOver, get focus or is disabled....
View ArticleNew Post: CheckComboBox ordering SelectedValue
I'm having the situation where when I check items in the combo box it orders the comma separated selected value according to the order of the items in the drop down. So for example. If I have the...
View ArticleNew Post: CheckComboBox ordering SelectedValue
Ok so I seemed to discover my problem minutes after I made the post. I had the IsAsync attribute set to true on the binding of my SelectedValue and for some reason this caused the SelectedValue to be...
View ArticleNew Post: Removing white-out when inactiviating time picker
Hello, I have removed the drop-down from time picker and applied the Expression Dark theme to it. However, when I disablethe control (timepicker) the numbers are whited out. I can see that this is...
View ArticleNew Post: Zoombox with scrollviewer
Hi, I'm want to use wpftoolkit zoombox with scroll functionality. Can some one help me with that?
View ArticleCommented Feature: Zoombox scroll [20532]
Some user prefer to use scrollbars than viewbox then the addition of (optional) scrollbars can be a good feature. Or at least implement IScrollInfo in order to make the control compatible with an...
View ArticleCommented Feature: Zoombox scroll [20532]
Some user prefer to use scrollbars than viewbox then the addition of (optional) scrollbars can be a good feature. Or at least implement IScrollInfo in order to make the control compatible with an...
View ArticleNew Post: Zoombox with scrollviewer
Hi, You will have to wait for v2.5 to become available to community users. Or you could buy the Toolkit Plus Editions, where v2.5 is already...
View ArticleCommented Feature: Allow unexpanded edit in MultiLineTextEditor [18601]
Based on discussion:http://wpftoolkit.codeplex.com/discussions/394633 The user would like to be able to edit the text of the MultilineTextEditor when it is not expanded. Since this control can be used...
View ArticleEdited Feature: RangeSlider: Deferred update [21580]
In some applications, each update of the LowerValue or UpperValue binding causes expensive operations in the ViewModel. It is thus important that the slider does not update its LowerValue or UpperValue...
View Article