New Post: CustomPropertyItems and Custom Editors
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21698 has been created. Looks like you have a Plus version of the Toolkit. If you want faster answers, work-arounds or supports, please use the Xceed...
View ArticleNew Post: special grouping layout
Hi, is it possible to have sums on the group expander like devexpress grid ?
View ArticleNew Post: TimeSpanUpDown possible ways for improvements
It would be nice if the TimeSpanUpDown could handle milliseconds. Also it would be great if you could Min and Max Time Intervals to handle. For instance if I only want to let the user select hours to...
View ArticleNew Post: TimeSpanUpDown possible ways for improvements
Hi, In v2.5, there is a new Property : TimeSpanUpDown.FractionalSecondsDigitsCount. It lets the user choose from 0 to 3 decimals digits that represents fractions of seconds. For the other. You can...
View ArticleNew Post: special grouping layout
Hi, In the Toolkit, the DataGrid is a stripped version of the full Xceed WPF DataGrid. The StatRows/StatCells are stripped and are necessary in order to do what you want. You would be able to do this...
View ArticleNew Post: Grid Data Virtualization Collection View
I'm currently trying to implement a datagrid using DataGridVirtualizingCollectionView as the ItemSource. I'm able to build the grid but when I scrolled down, the event handler attached to the...
View ArticleNew Post: Grid Data Virtualization Collection View
Hi, In your "_dataSource_QueryItems" method, the "for" loop is incorrect. It should be :for( var i = startIndex ; i < startIndex + requestedItemCount ; i++ ) instead of :for( var i = startIndex ; i...
View ArticleNew Post: when will the new Version be available
The users of the plus Edition have Version 2.5 for more then 2 month now, when will the community Edition updated to 2.4?
View ArticleNew Post: when will the new Version be available
Hi, Next version could be released next week. Thanks for your patience.
View ArticleNew Post: when will the new Version be available
Hi BoucherS Thank you for the very fast reply!
View ArticleNew Post: CheckListBox - How to uncheck all checked items
I cannot figure out how to clear all checked items in a CheckListBox I have a long list in my checklistbox and using a button in the GUI I want to clear all checked items but I cannot figure out how to...
View ArticleNew Post: CheckListBox - How to uncheck all checked items
Hi, Try clearing the SelectedItems collection : private void Button_Click( object sender, RoutedEventArgs e ) { TaskStatusFilter_CheckListBox.SelectedItems.Clear(); }
View ArticleNew Post: AvalonDock: How to set LayoutAnchorable AutoHide?
Hi, How can you set AutoHideMinWidth and AutoHideMinHeight for LayoutAnchorables in a MVVM Application with AvalonDock? I can set CanClose, CanHide etc. via Style for LayoutAnchorableItem, but no...
View ArticleNew Post: Issues with ChildWindow and SpellCheck
So I am having issues with the textboxes on child windows and spell check. I have a variety of child windows and each one of them has one or more text boxes with spellcheck enabled. The highlighting...
View ArticleNew Post: RichTextBox Table Editor
Hi. First off: Love your toolkit. I would like to make a suggestion though... Would it be possible to have table-editing capabilities on the RichTextBox control? I have been trying to write my own, but...
View ArticleNew Post: checkboxcombo checked box late rendering
I have a checkboxcombo bound to a comma delimited string as follows:<xc:CheckComboBox x:Name="_checkComboBox" Margin="5" SelectedValue="{Binding SelectedCollectionCodesString}" Delimiter=","...
View ArticleNew Post: Issues with ChildWindow and SpellCheck
Hi, Using the sample code provided in v2.3 and over, doesn't produce the bug. The suggestion replaces the wrong word in the childwindow as expected. Do you have more info ?
View ArticleNew Post: Issues with ChildWindow and SpellCheck
I checked and I was on the older version 2.2.1 and it worked fine after I updated. Sorry about that and thanks for the reply.
View ArticleNew Post: RichTextBox Table Editor
Hi, Could you please provide an image or a more complete description of what you need ? Thanks.
View Article