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 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 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 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 ArticleNew Post: MaskedTextBox/ValueRangeText box clearing text OnLostFocus
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21957 has been created.
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 ArticleNew Post: AvalonDock: Custom theme causes wrong context menu in title of...
I'm using a custom theme to modify the appearance of anchorables in AvalonDock (2.5). When I undock an anchorable and right-click on the title in the floating window, the system menu appears (with...
View ArticleNew Post: CheckComboBox in VS 2013 Package: Could not load file or assembly
I am developing a Visual Studio 2013 Package. I've used NuGet to get the Extended WPF Toolkit and added a CheckComboBox to one of my UserControl. When I debug the VS Experimental Hive, the user control...
View ArticleNew Post: CheckComboBox in VS 2013 Package: Could not load file or assembly
Hi, Have you tried a simple CheckComboBox ? something like :<xctk:CheckComboBox /> What version of the Toolkit are you using ? Have you tried a new project without VS Experimental Hive ? Have you...
View ArticleNew Post: CheckComboBox in VS 2013 Package: Could not load file or assembly
Hi, I've tried a simple CheckComboBox and it fails as well. According to NuGet, the Extended WPF Toolkit version is 2.5. I created a new WPF application, got Toolkit through Nuet, added the single line...
View ArticleNew Post: CheckComboBox in VS 2013 Package: Could not load file or assembly
Hi, I'm not sure I understand the problem. You say : "...a simple CheckComboBox and it fails as well. " Then : "....added the single line CheckComboBox you proposed and it works just fine. " And then :...
View ArticleNew Post: CheckComboBox in VS 2013 Package: Could not load file or assembly
Hi, Let me clarify the situation: My VSPackage consists of various ToolWindows. I want to add a CheckComboBox to only one of them, lets call it TW1. When I debug my VSPackage, everything works fine...
View Article