New 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 ArticleCreated Unassigned: Zoombox fill & fit, NumericUpDown with percent [21935]
Hi,Firstly, thank you for providing this framework. It's a great framework to work with!I've updated the toolkit from Community edition 2.4 to 2.5 and have noticed two issues that I thought I would...
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 ArticleCreated Unassigned: Double click with middle mouse button on document ->...
Full running minimal example see attachment. Double click withe middle mouse button on the doument head an you will get (sometimes) a NullReferenceException.``` bei...
View ArticleEdited Issue: Zoombox fill & fit, NumericUpDown with percent [21935]
Hi,Firstly, thank you for providing this framework. It's a great framework to work with!I've updated the toolkit from Community edition 2.4 to 2.5 and have noticed two issues that I thought I would...
View ArticleEdited Issue: AvalonDock: Double click with middle mouse button on document...
Full running minimal example see attachment. Double click withe middle mouse button on the doument head an you will get (sometimes) a NullReferenceException.``` bei...
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 ArticleCommented Issue: Zoombox fill & fit, NumericUpDown with percent [21935]
Hi,Firstly, thank you for providing this framework. It's a great framework to work with!I've updated the toolkit from Community edition 2.4 to 2.5 and have noticed two issues that I thought I would...
View ArticleCommented Issue: Zoombox fill & fit, NumericUpDown with percent [21935]
Hi,Firstly, thank you for providing this framework. It's a great framework to work with!I've updated the toolkit from Community edition 2.4 to 2.5 and have noticed two issues that I thought I would...
View ArticleCreated Unassigned: DropDownButton Keyboard Focus [21938]
I'm using the Xceed.Wpf.Toolkit.DropDownButton. Objective, set keyboard focus programatically.Just setting ddl.Focus() seems to focus the entire control. I'm trying to get the focus level for keyboard...
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 ArticleCommented Issue: Zoombox fill & fit, NumericUpDown with percent [21935]
Hi,Firstly, thank you for providing this framework. It's a great framework to work with!I've updated the toolkit from Community edition 2.4 to 2.5 and have noticed two issues that I thought I would...
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 ArticleEdited Issue: DropDownButton Keyboard Focus [21938]
I'm using the Xceed.Wpf.Toolkit.DropDownButton. Objective, set keyboard focus programatically.Just setting ddl.Focus() seems to focus the entire control. I'm trying to get the focus level for keyboard...
View Article