Edited Issue: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an...
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 ArticleNew Post: Using ChildWindow and WindowContainer.
A user ask :"I'm attempting to use this in one of my WPF projects however i don't know how to create and access the Window Control "<xctk:WindowContainer>" as it is saying the namespace prefix of...
View ArticleNew Comment on "ChildWindow"
Hi, discussion https://wpftoolkit.codeplex.com/discussions/638713 has been created.
View ArticleNew Post: Using ChildWindow and WindowContainer.
You can find samples(XAML/C#/to Test) of all controls in the "liveExplorer app" available here : https://wpftoolkit.codeplex.com/ To reference the Xceed controls, in Visual Studio, add a reference in...
View ArticleClosed Unassigned: ColorPicker initialization fails with .NET 4.6 RC (cannot...
I recently moved to using the VS 2015 RC for a new project using this toolkit, and I've had to disable the color picker because I keep getting this error:```Cannot locate resource...
View ArticleNew Post: AvalonDock ViewModels remain in memory after being removed from...
Hi, It may have been fixed recently, but just to make sure, how do you profile the memory to know that the workspaceViewModels remains in memory ? Thanks.
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi alexchou, The Data is loaded asynchronously by default with VirtualizingCollections, with Background thread, LiveUpdating... It is really difficult to evaluate what is wrong and trying to speculate...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi BoucherS, I'm pretty sure we are trying to use the DataGrid in a way it wasn't meant to be used, unfortunately. We're trying to adapt the DataGrid to replace a simple, generic ListView control, with...
View ArticleNew Post: AvalonDock ViewModels remain in memory after being removed from...
Hi, I am using the Diagnostic tools in Visual Studio. I have a command linked to a button which I use to do GC.Collect() before I take the memory snapshot. Basically I will add one viewmodel, then...
View ArticleNew Post: [Version 2.0] LayoutFloatingWindowControl activation needs its...
why needs to check its parent window handle instead of its window handle, as shown in the following case Win32Helper.WM_ACTIVATE: if (((int)wParam & 0xFFFF) == Win32Helper.WA_INACTIVE) { if (lParam...
View ArticleCreated Unassigned: ExtendedDataGrid SortDescription exception [21880]
I am using ExtendedDataGrid to display data. I need to display the data sort by Name by default.I am using ICollectionView for data binding. I am adding SortDescription to sort based on the Employee...
View ArticleCommented Unassigned: ExtendedDataGrid SortDescription exception [21880]
I am using ExtendedDataGrid to display data. I need to display the data sort by Name by default.I am using ICollectionView for data binding. I am adding SortDescription to sort based on the Employee...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi, From what I can see, 1) using a Tableview with<Style TargetType="{x:Type xcdg:TableViewScrollViewer}"> <Setter Property="CanContentScroll" Value="false" /> will take more time to load,...
View ArticleNew Post: TimePicker up/down button problem
Hello, I'm using the TimePicker in the following way:<extToolkit:TimePicker Value="{Binding CurrentTime, UpdateSourceTrigger=PropertyChanged}" Margin="5,0,0,5" Format="Custom" FormatString="T" />...
View ArticleNew Post: TimePicker up/down button problem
Hi, It should be working correctly. What version of the Toolkit are you using? What is your System language?
View ArticleNew Post: TimePicker up/down button problem
Hi, Version: 1.7 (1.7.4644.13122) System language: English It seems to be resemble to:https://wpftoolkit.codeplex.com/discussions/253941 Thanks!
View ArticleNew Post: TimePicker up/down button problem
Hi, I really suggest you upgrade your Toolkit. The TimePicker has changed a lot since v1.7. The Current version is v2.4 (7 versions later!) for the community edition and v2.6 (p versions later!) for...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi BoucherS, Thanks for your response, that sounds very promising. I'll try to see if it helps with my program! Cheers! Alex
View ArticleCommented Feature: WatermarkTextBox : Keep Watermark on GotFocus [21667]
Any way to have the watermark not disappear until the user starts typing? Many apps need to automatically focus a textbox when initially displaying a page, so the user will never see that watermark in...
View ArticleCreated Unassigned: TimePicker BorderThickness can't be set [21884]
Greetings Gurus, it seems this is a bug. TimePicker BorderThickness can't be set var t = new TimePicker(); t.BorderThickness = new Thickness(0);The border still wraps the control (incidentally it works...
View Article