New Post: DecimalUpDown issues
DecimalUpDown seems to be ignoring MouseWheelActiveOnFocus property. The mousewheel is only active when the mouse pointer is on the control irrespective of this setting. Also rendering of the control's...
View ArticleCommented Feature: [Feature]Split the controls of library [17736]
Split the controls of library in more libraries and create new nuget package for each library.Comments: ** Comment from web user: kentcb ** Agreed: the current NuGet package is too coarse. My build was...
View ArticleNew Post: DoubleUpDown accuracy problem
Try using the following:<xctk:DoubleUpDown AllowSpin="True" FormatString="F16" Increment="0.01" Minimum="0.0" Maximum="1000.0" MouseWheelActiveOnFocus="True" SelectAllOnGotFocus="False"...
View ArticleCreated Unassigned: DoubleUpDown FormatString [19982]
DoubleUpDown FormatString="F2" or FormatString="F1" does not work for me:(.FormatString="F3" and FormatString="F4" are ok, but with 1 or 2 when I press TAB, get value multiplied by 10 or 100 :))
View ArticleNew Comment on "DecimalUpDown"
Binding to value is not working when I am using DataTriggers. It used to work in version 1.6.
View ArticleNew Post: Wizard: Raise event when the Next Button is clicked on a wizard page.
Is there a way to raise an event when the next button is selected on a specific page?? I know the Wizard control has a PageChanged event. However this would get raised every time a page changes and I...
View ArticleCreated Unassigned: Layout not correctly loading. [19988]
Hi guys, I having the following problem:I'm saving my Layout like this: var serializerSaver = new XmlLayoutSerializer(DockingManager); using (var save = new StreamWriter(fileName))...
View ArticleNew Post: Propertygrid password
Is there a way to tell the propertygrid a string is a password to get the mask? -Thanks
View ArticleNew Comment on "DateTimePicker"
How can I remove the dropdown button of datetime picker? Also, the datetimepicker is not updated after it lost focus when trying to edit the time manually.
View ArticleNew Post: Avalon Layout not correctly loading
Hi guys, I having the following problem: I'm saving my Layout like this: var serializerSaver = new XmlLayoutSerializer(DockingManager); using (var save = new StreamWriter(fileName))...
View ArticleNew Post: DateTime Column - Specific Format!?
Hi there, is it possible to give a DateTime Column a specific format? I'm from Germany - so I need the German format which is "dd.MM.yyyy"! A funny fact is that the Date-Picker is showing the right...
View ArticleNew Post: DateTime Column - Specific Format!?
well its maybe important to say that I'm using an ObservableCollection as DataSource... Columns are dynamic and not defined in XAML.... my XAML is only this:<Grid...
View ArticleNew Post: ColorPicker performance
Hey! Did anyone come across a slow performance of ColorPicker? Sometimes it takes up to several seconds to open the window where it is placed. I am lost at what can trigger such a behavior. Maybe...
View ArticleNew Post: Adding event handler
Hi guys, I'm adding a tab with Avalon like this: var leftAnchorGroup = DockingManager.Layout.RightSide.Children.SingleOrDefault(); if (leftAnchorGroup == null) { leftAnchorGroup = new...
View ArticleCreated Unassigned: DateTimeUpDown Milleseconds?? [20006]
It appears that the DateTimeUpDown doesn't support Milliseconds in custom formatting mode. For example:<xctk:DateTimeUpDown Value="{Binding PausedAsOfTime }" Format="Custom"...
View ArticleCreated Issue: DecimalUpDown ignores MouseWheelActiveOnFocus [20013]
Based on discussion http://wpftoolkit.codeplex.com/discussions/447813#post1069463DecimalUpDown seems to be ignoring MouseWheelActiveOnFocus property. The mousewheel is only active when the mouse...
View ArticleNew Post: DecimalUpDown issues
Issue https://wpftoolkit.codeplex.com/workitem/20013 has been created.
View ArticleNew Post: ChildWindow ComboBox
This has been fix and will be included in the next release. In the meantime, you can remove the line windowControl.Focus(); from Windowcontainer.BringToFront() method.
View ArticleNew Comment on "PropertyGrid"
Yes ICustomTypeDescriptor works, as long as properties that have a TypeDescriptor attribute.
View Article