Edited Issue: CheckListBox : filtering with ICollectionView loses...
Based on discussion http://wpftoolkit.codeplex.com/discussions/649715Comments: ** Comment from web user: BoucherS ** Hi,This will be fixed in v3.0.
View ArticleNew Post: CheckListBox filtering with ICollectionView
Issue https://wpftoolkit.codeplex.com/workitem/22136 has been created.
View ArticleNew Post: When the constructor executes on the type of...
I installed "Xceed.Products.Wpf.Toolkit.base.themes" packge and reference it like this xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" but it show the exception?why?
View ArticleNew Post: When the constructor executes on the type of...
it show in designer,but it won't work when it running!
View ArticleNew Post: When the constructor executes on the type of...
I notice that in sample code there is a Annotation :<!--##INCLUDE_OPEN_SOURCE <Image Source="..\OpenSourceImages\MaterialToolTip.png" Width="600" Height="400"/> ##END--> what's the meaning...
View ArticleCommented Issue: CheckListBox : filtering with ICollectionView loses...
Based on discussion http://wpftoolkit.codeplex.com/discussions/649715Comments: ** Comment from web user: amazinjon ** Great! Thanks for the response. Any suggestion on a work around or would it be best...
View ArticleCommented Issue: CheckListBox : filtering with ICollectionView loses...
Based on discussion http://wpftoolkit.codeplex.com/discussions/649715Comments: ** Comment from web user: BoucherS ** Hi,Here's a workaround :Register to selectionChanged event of CheckListBox to save...
View ArticleEdited Feature: Implement Range Attribute [21055]
Based on discussion https://wpftoolkit.codeplex.com/discussions/547596.User want to be able to set this attribute like : [Range(0, 25000)]Comments: ** Comment from web user: BoucherS ** Hi,This will be...
View ArticleClosed Issue: Too frequent updates of UpDownBase [19303]
When typing into NumericUpDown or any other UpDownBase-derived class the underlying (i.e. data bound) value will be updated too frequently causing too many updates and potentially interfering with...
View ArticleEdited Issue: Takes 2 tabs to move past ColorPicker [22057]
It takes two tabs to tab out of the ColorPicker control. It seems that the ContentControl within "ColorAndName" (which is within "PART_ColorPickerToggleButton") should have IsTabStop set to False.
View ArticleNew Post: When the constructor executes on the type of...
Hi, The MaterialButton (as well as Material Controls) from the Toolkit are part of the "Toolkit Plus Edition". This means that you need a License Key in order to use them. What does the inner exception...
View ArticleCreated Unassigned: Duplicate accelerator keys does not toggle when a control...
Scenario:In Wpf when there are duplicate accelerator/mnemonic keys in a window then the focus toggles between the controls. Example the accelerator key below is Alt+P and the same for two textboxes....
View ArticleNew Post: Icon in Datagrid header column
I'm beginning with Extended WPF Toolkit and i'm wondering if it's possible to have an icon (image) in a column header ?
View ArticleNew Post: Icon in Datagrid header column
Finally, I found how to do it :<xcdg:Column FieldName="IsModified" Width="20" ReadOnly="True"><xcdg:Column.TitleTemplate> <DataTemplate> <Image Source="/Resources/Modif.png"/>...
View ArticleCommented Unassigned: Duplicate accelerator keys does not toggle when a...
Scenario:In Wpf when there are duplicate accelerator/mnemonic keys in a window then the focus toggles between the controls. Example the accelerator key below is Alt+P and the same for two textboxes....
View ArticleNew Post: Editable combobox problem
I'm trying to build an editable combobox. This combobox in a datagrid. Binding is made with MVVM. Everything works well except this : after typing a new value, this value is lost when going out of the...
View ArticleNew Comment on "PropertyGrid"
Hi, is there a way to remove alphabetical sorting in categorized mode...no matter what I do it always seems to sort properties alphabetical order...please suggest a workaround.. Thanks
View ArticleNew Post: XamlParseException on xctk:MaskedTextBox
This issue suddenly popped up this morning using VS2015. I'm unsure of exactly what has changed to start causing this issue, but I cannot figure it out.<Style x:Key="MaskedTextBoxStyle"...
View ArticleNew Post: XamlParseException on xctk:MaskedTextBox
Well, nevermind. I had tried every possible thing I could think of, removing the style, rebuilding, restarting Visual Studio, etc. I finally excluded the resource dictionary from the project and added...
View ArticleNew Comment on "PropertyGrid"
Hi, You can use the PropertyOrder attribute to position the PropertyItems : ex : [PropertyOrder( 2 )]
View Article