New Post: Problems with IntegerUpDown.
Hello, I've been searching for a good numeric up-down control for years. Every implementation I've found on the internet has been full of bugs with various issues, which is very frustrating. Up until...
View ArticleNew Post: Toolkit wizard prevent closing OnFinish
Hi.. i am using the wizard to get some input from the user. Now, in the last page, i need some input from the user... the input will not be check for correctness untill the user clicks on the Finish...
View ArticleNew Post: Problems with IntegerUpDown.
Update: I managed to fix the first issue by setting the "ClipValueToMinMax" property to true. I'm still not sure why this wasn't the default. I'm still having trouble with the second issue though, and...
View ArticleNew Post: Problems with IntegerUpDown.
Okay, I finally managed to track down the issue with the context menu. It seems that it is being caused by the default TextAlignment="Right" setting on the IntegerUpDown style. Removing this setting...
View ArticleNew Post: Color Picker menu not opening
Hi, You you say "is set to always stay on top", do you mean you are using a Window with it property TopMost = true ? Or a big Panel.ZIndex ? I cannot reproduce the issue. Selecting a color will always...
View ArticleNew Post: Problems with IntegerUpDown.
You got it. Using "ClipValueToMinMax" to true will "cap" to the Maximum and Minimum values. This is not the default behavior because this property has been introduced later and we didn't want to...
View ArticleNew Post: Toolkit wizard prevent closing OnFinish
Hi, Issue https://wpftoolkit.codeplex.com/workitem/22134 has been created.
View ArticleNew Post: DataGrid throws exception after loading
Using the ...\WpfControlKit\ExtendedGrid.dll in a .Net 4.5.2 project.ExtGrid:ExtendedDataGrid x:Name="dg1" VerticalScrollBarVisibility="Hidden" HorizontalScrollBarVisibility="Visible"...
View ArticleNew Post: CheckListBox filtering with ICollectionView
The CheckListBox ItemsSource is bound to a CollectionView so I can use a textbox to apply filtering. However, when an item that was checked is removed from the view by the text filter it is no longer...
View ArticleNew Post: ColorPicker.Popup.Style
I'm fairly new to WPF. I'm trying to figure out how to alter the style of the Popup is shown. I really only want to change 1 thing: the background brush of the popup - and possibly the border settings....
View ArticleNew Post: ColorPicker.Popup.Style
Hi, You need to redefine the template and change the Background/BorderBrush of the ColorPicker popup. You can find the ColorPicker template in :...
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 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 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 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 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 Article