New Post: Zoombox controlled externaly
Hi, Simply set a CommandTarget to be the ZoomBox :<Grid> <xctk:Zoombox x:Name="_zoomBox"> <Image Source="Default.jpg" /> </xctk:Zoombox> <StackPanel> <Button...
View ArticleCreated Unassigned: DateTimePicker resets date part to today on time changing...
We are using military time format (HHmm) in our application and have faced with following bug.We have fixed it by inheriting TimePicker as follows public class TimePickerEx : TimePicker{ protected...
View ArticleCreated Unassigned: nuget.org contains 2.4 version of the toolkit, and there...
We are using now 2.5 version which we have got from nuget.org but when I tried to update on 2.6 it turned out that there is not 2.6 nuget (and no even 2.5)
View ArticleNew Post: IntegerUpDown not triggering binding property
Hello, I'm using the IntegerUpDown box in my project and I have its Value bound to a property. When I type integers it works beautifully, however if I type in a non-numeric character it does not...
View ArticleCommented Unassigned: nuget.org contains 2.4 version of the toolkit, and...
We are using now 2.5 version which we have got from nuget.org but when I tried to update on 2.6 it turned out that there is not 2.6 nuget (and no even 2.5)Comments: ** Comment from web user: BoucherS...
View ArticleClosed Unassigned: nuget.org contains 2.4 version of the toolkit, and there...
We are using now 2.5 version which we have got from nuget.org but when I tried to update on 2.6 it turned out that there is not 2.6 nuget (and no even 2.5)
View ArticleCommented Feature: [Feature]Migrate soruce code from TFS/SVN to Mercurial or...
Migrate soruce code from TFS/SVN to Mercurial or GitComments: ** Comment from web user: igitur ** Is the SVN interface even working? I can't get it checked out. Tried from different networks. No...
View ArticleCommented Unassigned: DateTimePicker resets date part to today on time...
We are using military time format (HHmm) in our application and have faced with following bug.We have fixed it by inheriting TimePicker as follows public class TimePickerEx : TimePicker{ protected...
View ArticleNew Comment on "MaskedTextBox"
Hi, Can someone shed some light on how to use this MaskedTexBox for IP address in a WPF application? We were using "###.###.###.###" as Mask and it only worked for addresses like "123.123.123.123", but...
View ArticleNew Comment on "MaskedTextBox"
Hi, Hi, Can someone shed some light on how to use this MaskedTextBox for IP address in a WPF application? We were using "###.###.###.###" as Mask and it only worked for addresses like...
View ArticleNew Comment on "MaskedTextBox"
Hi, Can someone shed some light on how to use this MaskedTextBox for IP address in a WPF application? We were using "###.###.###.###" as Mask and it only worked for addresses like "123.123.123.123",...
View ArticleNew Comment on "DropDownButton"
Is there a styling I can use to get the DropDownContent to appear to the right of the button rather than below?
View ArticleNew Post: Update item names in CollectionControlDialog from PropertyGrid
I am using the PropertyGrid to edit a class structure. Some of the members are collections of objects, which can be edited with the CollectionControlDialog. The classes in the collections have a Name...
View ArticleNew Post: All WPF toolkit controls not recognized in Designer
I also encountered this. I had to unblock all of the .dlls:Right-click on the .dllGo to PropertiesLook for the "Unblock" buttonClick OK
View ArticleCreated Unassigned: Floating Windows (AvalonDock) Issue [22174]
When the last Floating Window close the whole application moves to the background.Example in AvalonDock.TestApp – „ToolWindow1“ in the first step to set as FloatingWindow, in a second step to close it....
View ArticleNew Comment on "RangeSlider"
There seems to be a problem when binding to controls that don't have the same limiting factors as the range sliders. Setting the lower value higher than the higher value moves both thumbs up but does...
View ArticleNew Post: AvalonDock - overlaying a floating window; zIndex issue
Hi, I'm trying to style AvalonDock floating windows in such a way that I can show an overlay over all of them. I'm planning to use this for a dialog service, which is intended to overlay all floating...
View ArticleEdited Issue: DateTimePicker resets date part to today on time changing when...
We are using military time format (HHmm) in our application and have faced with following bug.We have fixed it by inheriting TimePicker as follows public class TimePickerEx : TimePicker{ protected...
View ArticleNew Post: IntegerUpDown not triggering binding property
Hi, You can listen to event UpDownBase.InputValidationError. This event will be raised when the focus goes away from the IntegerUpDown (or "Enter" key is pressed) while non-numeric characters are typed...
View Article