New Post: CheckComboBox SelectedValue Text Foreground color
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21927 has been created.
View ArticleNew Post: IntegerUpDown is setting the value to defaultvalue specified only...
Hi, The event that triggers a set to defaultValue of an integerUpDown when "Empty" is the "Text" value is : TextBox.LostFocus where "TextBox" is the WatermarkTextBox included in the template of a...
View ArticleNew Post: PrimitiveTypeCollectionEditor List not saving back to source.
I'm using the PropertyGrid to allow users to edit objects during run time. Most of the time, this works great, but I ran into an issue with PrimitiveTypeCollectionEditor when the editable object is...
View ArticleNew Post: Customise AvalonDock style
I would like to be able to customise the style, e.g. colours, of the AvalonDock controls. However I don't want to just edit the supplied style file, e.g. generic.xaml. My application allows the user to...
View ArticleNew Post: PrimitiveTypeCollectionEditor List not saving back to source.
Hi, This is already fixed. It will be included in v2.5 Community Edition.
View ArticleNew Post: IntegerUpDown is setting the value to defaultvalue specified only...
<extWPF:IntegerUpDown x:Name="iudExpectedPageValue" MinWidth="70" Text="{Binding ExpectedPageVolume, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" MaxWidth="284" Width="284" Margin="0,3,0,7"...
View ArticleNew Post: ResourceDictionary relative path issue with .NET 4.6
Description A project that targets .NET Framework 4.6 and that is compiled with Visual Studio 2015 may crash when it references Xceed Extended WPF Toolkit Community Edition v2.4 and earlier. The...
View ArticleNew Post: ZoomBox - Scrollbars
Hi,I updated to v 2.5 and I am getting an exception. (Object Reference not set to an instance of an object)It there anything that I need to change in my code to be compatible with v2.5?at...
View ArticleNew Post: ZoomBox - Scrollbars
Hi, Sorry about that. This is fixed in v2.7, which is already out for "Plus" version users. As a temporary fix, go in file "Xceed.Wpf.Toolkit/Zoombox.cs", In method "SetScrollBars()" At the top of the...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi BoucherS, After having another couple of weeks to crack at this, I think I've gotten it down to about as fast as I can get it. I've reduced the addition/removal of columns as much as possible in the...
View ArticleNew Post: How to sort a column by a different property than the displayed...
Hi, I do have an enum reflecting the processing state of an item (such as "Undefined", "UnderConstruction", "Finished" etc.). The item exposes both the enum and a user-friendly text for each value...
View ArticleNew Post: ChildWindow Borders
I've created a borderless ChildWindow in my control, initially, there is a white border around it that I cannot get rid of. After some attempts, I was finally able to hide this by setting...
View ArticleNew Post: how to create polar chart in WPF?
I am working on WPF application in vb.net. I am using WPf toolkit chart control which has line,column,bar,area,scatter chart types, But I want polar chart in WPF without using third party control. I...
View ArticleNew Post: Customise AvalonDock style
Can anyone help with this - I'm still struggling with customising AvalonDock styles. Please let me know if the question is unclear or you need any more details. Many thanks for any help
View ArticleNew Post: How to sort a column by a different property than the displayed...
Hi, You can still work with the property of the Column. Simply use a CellContentTemplate to display something different for a column. You will still be able to sort by that...
View ArticleNew Post: ChildWindow Borders
Hi, Here's a sample of what my ChildWindow currently looks like: I've made the WindowBackground the desired background colour just to show the region that I'm referring to (outside the thin grey line).
View ArticleNew Post: Customise AvalonDock style
Hi, You can use the "Style" and "Template" properties on DockingManager. Here's an example for styling "DocumentPaneControlStyle" : MainWindow.xaml file :<Window...
View ArticleNew Post: ChildWindow Borders
Just wondering, is this diagram still valid as a reference?http://doc.xceedsoft.com/products/XceedWpfToolkit/images/StylableWindow.png
View ArticleNew Post: How to sort a column by a different property than the displayed...
Hi, thanks for this tip! This worked fine for me! Regards, Thorsten
View Article