New Post: Backgorund of LayoutDocumentPane
How can I change the Background of the empty LayoutDocumentPane? (Color, Image)
View ArticleNew Post: Backgorund of LayoutDocumentPane
Hi, You can use the DockingManager.DocumentPaneControlStyle property.<ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary...
View ArticleNew Post: Validation for ProperyGrid Property
How to set Validation for Property ? Is it possible Property Grid ? For Example, I want to set the int property should have integer value greater than 100 ?
View ArticleNew Post: IntegerUpDown Keyboard Input Ignored
I'm using the latest version of Xceed.Wpf.Toolkit.dll and I'm having an issue with the IntegerUpDown as well as the DoubleUpDown. I'm unable to enter values through the keyboard. Only the mouse is...
View ArticleNew Post: IntegerUpDown Keyboard Input Ignored
Hi, After trying Toolkit v2.5 for "community" and v2.8 for "Plus users", typing a value with the keyboard in a NumericUpDown control works as expected. The exact same xaml as you shown has been used....
View ArticleNew Post: Validation for ProperyGrid Property
Hi, you can use PropertyGrid.EditorDefinitions to define a DataTemplate for property of type "Integer" and then use the Binding.ValidationRules.<Window.Resources> <Style x:Key="ControlInError"...
View ArticleNew Post: Extended WPF Toolkit License
Quoting from the License on the website...(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a...
View ArticleNew Post: Extended WPF Toolkit License
I believe that it means you can use the software in your software, charge for you software but you wouldn't normally be allowed to charge directly for just the toolkit as a distributed item.
View ArticleNew Post: Extended WPF Toolkit License
We think you can sell and distribute your compiled tool. Look at this super web site which summarizes any license. The URL is for MSPL which is this Open Source project's...
View ArticleNew Post: CheckComboBox - ItemTemplate
Hello, I want to use a global style for th checkbox. If i run:<ControlTemplate TargetType="{x:Type xctk:SelectorItem}"> <Border x:Name="_background" Background="{TemplateBinding Background}"...
View ArticleNew Post: templating the selecton of checkboxCombo
Is it possible to just labelize the items in combo without deleted button ? Or just wrap the text at delemiter ?
View ArticleNew Post: CheckComboBox - ItemTemplate
Hi, Is the "Content" property you are trying to bind to is empty ? Can you submit a complete sample ? Please note that the CheckBox is not part of the "Extended WPF Toolkit". The "Extended WPF Toolkit"...
View ArticleNew Post: CheckComboBox - ItemTemplate
No, I 'm sure this is not an empty value . I have lots of boxes in my application, and I have a global style for all: <Style TargetType="{x:Type CheckBox}"> <Setter Property="FontFamily"...
View ArticleNew Post: templating the selecton of checkboxCombo
Hi, By default, the CheckComboBox uses a readOnly TextBox to display the selected items (and no delete buttons). So the selected items displayed in the checkComboBox are like labels. If you want to...
View ArticleNew Post: templating the selecton of checkboxCombo
thank you, But where can I find this repository ? (i'm on Windows 8.1) I installed Xceed with NuGet on Visual Studio.
View ArticleNew Post: CheckComboBox - ItemTemplate
Hi, To be able to use <CheckBox Grid.Column="0" Content ="{TemplateBinding Content}" ... /> <ContentPresenter Grid.Column="1" Content="{TemplateBinding Content}" ... /> in the style of the...
View ArticleNew Post: templating the selecton of checkboxCombo
Hi, Using NuGet, you will obtain the needed dlls. But to modify them, you will need the source code and recompile it. You can find it in the "SourceCode" Tab of this CodePlex site.
View ArticleNew Post: IntegerUpDown Keyboard Input Ignored
The issue was I was calling the WPF window from a Winforms host. I had to call ElementHost.EnableModelessKeyboardInterop() in order for the keyboard to work.
View ArticleNew Post: Extending NumericUpDown - How to inherit default themes from toolkit
I have a WPF control library I'm developing that will use the toolkit as its base of controls. I was wondering what is the best way to make sure all of my controls use the themes/styles defined in the...
View ArticleNew Post: Color Picker menu not opening
I am trying to incorporate the ColorPicker into a custom UserControl in my application and I am having issues with the control not opening when being clicked on. The application I am working on takes...
View Article