Closed Issue: DateTimePicker.IsEnabled = false will not grey out text for...
__DateTimePicker.IsEnabled = false__Button and TextBox disable properly. Text stays black._Tested on Win7._
View ArticleClosed Feature: NumericUpDown with IsUndoEnabled support [21260]
When editing a value with IntegerUpDown, undo actions (ctrl + Z) are handled by IntegerUpDown and not by my application.By default, TextBox does the same thing, but you have an option to change this...
View ArticleClosed Issue: TimeSpanUpDown: Insufficient Range and Precision [21271]
The TimeSpanUpDown class appears to support a range of only 24 days, and no fractional seconds. As the TimeSpan class itself supports up to approx. 29227.7 years, and supports sub-millisecond...
View ArticleClosed Issue: No events for MoveUp MoveDown in CollectionControl [21227]
There are no events for the MoveUp and MoveDown controls in the CollectionControl class.It would be useful to have these so that if the ordering of items in a collectioncontrol is important the...
View ArticleEdited Issue: LayoutGroup deserialization and custom panes [21969]
LayoutGroup.ReadXml fails to restore any derivate types that does not come with AvalonDock. This is because the types are hard coded into the ReadXml functions which effectively renders any extensions...
View ArticleCreated Issue: AvalonDock: Custom theme causes wrong context menu in title of...
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/642374
View ArticleEdited Issue: AvalonDock: Custom theme causes wrong context menu in title of...
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/642374
View ArticleNew Post: AvalonDock: Custom theme causes wrong context menu in title of...
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21995 has been created.
View ArticleCommented Issue: AvalonDock: Custom theme causes wrong context menu in title...
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/642374Comments: ** Comment from web user: BoucherS ** You have to make sure that in the style for...
View ArticleUpdated Wiki: Zoombox
Zoombox Derives from ContentControlThe Zoombox control provides zoom and pan functionality for its content. It also provides ViewFinder functionality so that the user can identify where they are...
View ArticleNew Post: Add anchorables to different sides using ILayoutUpdateStrategy in MVVM
Hi, Maybe this could help :<xcad:LayoutRoot.LeftSide> <xcad:LayoutAnchorSide> <xcad:LayoutAnchorGroup x:Name="group"> <xcad:LayoutAnchorable Title="Agenda" ContentId="agenda"...
View ArticleUpdated Wiki: FilePicker Plus
FilePicker PlusOnly available in the Plus EditionDerives from System.Windows.Controls.ControlRepresents an editor that allows a user to pick a file from the disk.Properties Property Description...
View ArticleUpdated Wiki: Documentation
ControlsAutoSelectTextBoxAvalonDockBusyIndicatorButtonSpinnerCalculatorCalculatorUpDownCharts -Plus EditionCheckComboBoxCheckListBoxChildWindowChildWindow Plus -Plus...
View ArticleUpdated Wiki: Home
July 3, 2015 update: Released Community Edition v2.5.0 with 1 new control + 45 bug fixes and improvements. Users of the Plus Edition got an additional 2 new controls in v2.5.0, 17 new bug fixes and...
View ArticleUpdated Wiki: PropertyGrid Plus
PropertyGrid Plus Derives from ControlA version of the PropertyGrid with 14 additional Features:1) Custom PropertiesCreate PropertyItems by specifying their characteristics (DisplayName, Value,...
View ArticleCommented Unassigned: DateTimeUpDown Crash -Stackoverflow exception...
We are using Format long which is HH:mm:ss. At the moment time picker allows user to enter/type more than 2 digits per hour, min, or second. But after submission it validates correctly as expected. It...
View ArticleNew Post: Strange autohide un-hiding behavior on document close
Hi, I'm not sure how to reproduce the issue. Can you reproduce it in the LiveExplorer App, available here : https://wpftoolkit.codeplex.com/, under sample "Others/AvalonDock" ? Yes, If you're using...
View ArticleCommented Unassigned: [Avalondock] DoclumentFloatingWindow does not contain...
Hi,I faced with the issue that there is no drop area in the DocumentFloatingWindow and its not possible to merge separate documents in one window. Is there a quck solution to solve this issue?Comments:...
View ArticleUpdated Wiki: ShortUpDown
ShortUpDown The ShortUpDown control provides a TextBox with button spinners that allow incrementing and decrementing Nullable<short> values by using the spinner buttons, keyboard up/down arrows,...
View ArticleUpdated Wiki: SingleUpDown
SingleUpDown The SingleUpDown control provides a TextBox with button spinners that allow incrementing and decrementing Nullable<single> values by using the spinner buttons, keyboard up/down...
View Article