New Post: DataGridControl Speed Improvement Suggestions?
Hi BoucherS, Sorry to re-open this topic. To make further improvements on the grid, I was wondering if putting the UI rendering computation on a different thread might help. Also, would it be possible...
View ArticleNew Post: change DateTimeUpDown background OnMouseOver and IsPressed
Thanks for the updated code. Is this code block capable of determining the spinner buttons 'Normal color', it determines their highlight color only, but it does set the 'Normal and highlight color' for...
View ArticleCreated Unassigned: TimePicker crash when used Custom format and pressed...
When using TimePicker with Custom format and press Up or Down button application crash.__Exception__:``` at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument,...
View ArticleNew Post: Datagrid Cell Background
Hi all, I'm trying to add visual enhancements to a grid control that I'm working on based on the XCeed WPF Datagrid. I'm trying to use a DrawingBrush to draw a hatch background, however, the brush is...
View ArticleNew Post: Datagrid Cell Background
I seem to have found the answer to my own question, I needed to change the ViewportUnits on my brush to Absolute instead of relative.
View ArticleCommented Unassigned: TimePicker crash when used Custom format and pressed...
When using TimePicker with Custom format and press Up or Down button application crash.__Exception__:``` at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument,...
View ArticleNew Post: NumericUpDown with Percent format string
Hi Team, I am agree with "mijikin", I have a discount stored in the database, the value is "0.10", so when is displayed by the control with the property FormatString="P", the application shows "10.00...
View ArticleNew Post: MaskedTextBox/ValueRangeText box clearing text OnLostFocus
Since the latest update I have noticed an issue where the text within a masked text box is cleared when it loses focus. This only happens if no mask is defined, i.e. free text. Is there something I am...
View ArticleCreated Unassigned: Zoombox: NullReferenceException on SetScrollBars() [21956]
With the new version 2.5 its not possible to use the zoombox. On every load the application crashes with following error: at Xceed.Wpf.Toolkit.Zoombox.Zoombox.SetScrollBars() at...
View ArticleNew Post: NumericUpDown with Percent format string
Hi, This issue is related to https://wpftoolkit.codeplex.com/workitem/21935.
View ArticleNew Post: Avalon -LayoutDocumentPane background
Hello. Where can i change the background color for layoutdocumentpane ? My dockingmanager will have a fixed documentpane and i want it to have a specific color.
View ArticleCreated Unassigned: MaskedTextBox/ValueRangeText box clearing text...
Based on discussion http://wpftoolkit.codeplex.com/discussions/642102
View ArticleNew Post: MaskedTextBox/ValueRangeText box clearing text OnLostFocus
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21957 has been created.
View ArticleEdited Issue: MaskedTextBox/ValueRangeText box clearing text OnLostFocus [21957]
Based on discussion http://wpftoolkit.codeplex.com/discussions/642102Comments: ** Comment from web user: BoucherS ** Fixed in v2.8.
View ArticleEdited Issue: Zoombox: NullReferenceException on SetScrollBars() [21956]
With the new version 2.5 its not possible to use the zoombox. On every load the application crashes with following error: at Xceed.Wpf.Toolkit.Zoombox.Zoombox.SetScrollBars() at...
View ArticleNew Post: Avalon -LayoutDocumentPane background
Hi, You can set the property DockingManager.DocumentPaneControlStyle and modify the base style for LayoutDocumentPaneControl :<Window.Resources> <ResourceDictionary>...
View ArticleNew Post: Add anchorables to different sides using ILayoutUpdateStrategy in MVVM
Can anyone help me with this issue?
View ArticleNew Post: VS 2015 and AvalonDock troubles
Hi all I'm using W8.1 and VS2015CE. Sorry for maybe the noob question, but happens the following in a wpf project i have included AvalonDock (last version downloaded from here). The correspondent dll...
View ArticleNew Post: VS 2015 and AvalonDock troubles
Hi all I resolved the issue by installing AvalonDock by nuget. Regards JL
View Article