New Comment on "SplitButton"
When you add this control to a Toolbar it doesn't match the look of regular buttons. I'm unable to get rid of the black border using BorderBrush or BorderThickness.
View ArticleCreated Issue: SplitButton : Can't modify BorderThickness [22117]
A user wrote : " I'm unable to get rid of the black border using BorderBrush or BorderThickness."
View ArticleEdited Issue: SplitButton : Can't modify BorderThickness [22117]
A user wrote : " I'm unable to get rid of the black border using BorderBrush or BorderThickness."
View ArticleCommented Issue: SplitButton : Can't modify BorderThickness [22117]
A user wrote : " I'm unable to get rid of the black border using BorderBrush or BorderThickness."Comments: ** Comment from web user: BoucherS ** This will be fixed in v3.0.The...
View ArticleCommented Unassigned: Cannot Override Editor Template Definition for Type...
I am trying to follow the example in your documentation for defining a custom editor template based on type (not property name). When I use this example and specify>...
View ArticleEdited Issue: Color Picker in Collection Editor doesn't work [19834]
I have an ObservableCollection of System.Windows.Media.Color. I can see the collection editor and Color is selected in the top left but I cannot add it - the button is disabled. The color class does...
View ArticleEdited Issue: CollectionControl needs to support struct/value types [19535]
Inside the collection control, at the moment it can only support class types due to the fact it checks to see if there is a default constructor. On struct types, there is a constructor for each data...
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 Comment on "CheckComboBox"
Hello, I want skin the checkbox, but the text don't show: <Style TargetType="{x:Type CheckBox}"> <Setter Property="FontFamily" Value="Verdana" /> <Setter Property="FontSize" Value="14"...
View ArticleNew Comment on "CheckComboBox"
Hello, I want skin the checkbox, but the text don't show: <Style TargetType="{x:Type CheckBox}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type...
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 Comment on "CheckComboBox"
Hi, The CheckBox control is not part of the Extended WPF Toolkit, it's a Microsoft control. Anyway, you can remove the "ContentPresenter" from ContentPresenter.Content" ans use "Text="{TemplateBinding...
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 Article