Commented Unassigned: DateTimeUpDown : spinner background color is gray on...
Hi, I'm using the NuGet package Extended WPF Toolkit (2.3) Here is my DateTimeUpDown under Windows 7 :And the same under Windows 8...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
Hi, The Visibility of the LayoutDocumentPane is evaluated in its method "GetVisibility()". This methods will always return true except if the parent is a LayoutDocumentPaneGroup with no children. You...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
You misunderstand. As I said I'm trying to SET it, not get it. I want to SET the visibility based on a binding. In the example I've provided if the property 'currentmode' has a value of "CHOMAKEY" then...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
The Visibility of the LayoutDocumentPane is evaluated in its method "GetVisibility()". This means you can use this method to return True or False weather you want to show or hide the...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
Maybe I'm not seeing it in your code but... The goal is to be able to set a property in the ViewModel to false, and that would cause the DocumentPane to no longer be visible. In otherwords setting a...
View ArticleCommented Unassigned: DateTimeUpDown : spinner background color is gray on...
Hi, I'm using the NuGet package Extended WPF Toolkit (2.3) Here is my DateTimeUpDown under Windows 7 :And the same under Windows 8...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
Hi, I understand that LayoutDocumentPane.IsVisible is ReadOnly and you want to bind a property on it to set it to true or false, depending on the current mode. Please try this complete sample and tell...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
That does work. Thank you. Then of course I had to tear in to it to find out how it was working. Eventually I realized its all about the override of the GetVisibility() method. Everything else is...
View ArticleCreated Unassigned: AvalongDock - LayoutDocumentPane - AutoHide issue [21730]
LayoutAnchorable has a Autohide button in the upper right corner.When I click the button,the title hang on one side of the window.When the mouse cover the title, it will show the LayoutAnchorable's...
View ArticleCommented Unassigned: DateTimeUpDown : spinner background color is gray on...
Hi, I'm using the NuGet package Extended WPF Toolkit (2.3) Here is my DateTimeUpDown under Windows 7 :And the same under Windows 8...
View ArticleNew Post: AvalongDock - LayoutAnchorable - AutoHide issue
LayoutAnchorable has a Autohide button in the upper right corner.When I click the button,the title hang on one side of the window.When the mouse cover the title, it will show the LayoutAnchorable's...
View ArticleCreated Unassigned: NumericUpDown problem with keyboard input [21737]
I'm using IntegerUpDown and DoubleUpDown from version 2.4, and I'm facing the following issue:whenever I enter text input by keyboard, the backing property is immediately updated, thus causing the...
View ArticleReviewed: Extended WPF Toolkit - 2.4.0 (Feb 24, 2015)
Rated 3 Stars (out of 5) - The release notes look great, but I echo the requests for release to NuGet.
View ArticleReviewed: Extended WPF Toolkit - 2.4.0 (Feb 24, 2015)
Rated 3 Stars (out of 5) - NuGet!!!! What point does any lib make in 2015 if it's no on NuGet??? It's time for any open-source project to have automated builds integrated with NuGet.
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 ArticleCreated Unassigned: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw...
Since installation of Visual Studion 2015 CTP6 RangeSlider gives as runtime error:{"'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an exception.' Line number '87' and line position...
View ArticleEdited Issue: Zoombox.Scale throws NullReferenceException [18713]
Setting Zoombox.Scale through XAML throws a NullReferenceException, whether thru a binding or literal value, and will crash the Visual Studio 2010 designer.
View ArticleEdited Issue: LayoutAnchorable Transparent Background [21172]
One cannot get a transparent background on a LayoutAnchorable, in the Generic Theme.You can set the color explicitly by setting a style on a LayoutAnchorableControl as follows:```<Style...
View ArticleEdited Issue: Multiline TextEditor keyboard focus on dropdown [21205]
Based on discussion https://wpftoolkit.codeplex.com/discussions/553816
View Article