New Post: UI Automation for PropertyGrid
Hi, Current we are using PropertyGrid, but how to make it available like other wpf control to support UI Autoamtion by adding AutomationPeer? Thank you.
View ArticleNew Post: Need to display RowCount & Rowheader in Grouping
Hi mightyselva. I don't use this other DataGrid. You can try it or ask the author of this datagrid. Thanks.
View ArticleNew Post: UI Automation for PropertyGrid
Hi, Currently, the PropertyGrid doesn't supports UI Automation. There is already an open issue for it : https://wpftoolkit.codeplex.com/workitem/20961.
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
Hi, So this is a different behavior. From what I understand, you want to be able to change a value, let's call it "X". When "X" == "AA", you want the column in the grid containing "AA" to have a...
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
Hello Mr.Boucher, Thank you for your response. Not for the Column, have to apply the style to cell which contains the value X in a particular column based on user value. Thanks and regards
View ArticleNew Post: AvalonDock AutoHidden Panel and Touch
I'm having the same problem. I've narrowed it down to how LayoutAutoHideWindowControl.cs is implemented. It uses HwndHost which doesn't send the events to WPF by...
View ArticleNew Post: DatagGrid: 'ScrollTip' ControlTemplate TargetType does not match...
If I create a new XAML page in my project and paste just the following in it:<Window x:Class="...Window" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticleNew Post: DatagGrid: 'ScrollTip' ControlTemplate TargetType does not match...
v2.4 of the Toolkit should fix this kind of issue.
View ArticleNew Post: DatagGrid: 'ScrollTip' ControlTemplate TargetType does not match...
Thanks. It looks like 2.2.1 is the latest. Did I miss version 2.3 somehow? And, of course, any idea when 2.4 might be ready? Thanks again!
View ArticleNew Post: DatagGrid: 'ScrollTip' ControlTemplate TargetType does not match...
Hi, v2.3 is already available for the "Plus Edition" users of the Toolkit, since this edition is always one version ahead : https://wpftoolkit.codeplex.com/wikipage?title=Compare%20Editions. No...
View ArticleNew Post: DatagGrid: 'ScrollTip' ControlTemplate TargetType does not match...
OK - order #00019 placed for the "Plus" edition. Hopefully 2.4 won't be too long in coming out!
View ArticleNew Post: Datagrid GetContainerFromItem returns null
I figured it out, somewhere in my code, I was doing an Items.Refresh and an InvalidateVisual.
View ArticleNew Post: XCeed DataGrid for WPF Binding
Hi BoucherS, I have another question relating to this. My program dynamically changes the color and text on some of the cells. However, these changes don't show up immediately, but if I scroll these...
View ArticleNew Post: ComboBox in CollectionControl
Is it possible to display the text corresponding to a selecteditem in a ComboBox in the PropertyGrid section of a CollectionControl? I understand that the default editor for an Enum type is a ComboBox...
View ArticleNew Post: WPF Datagrid Update/Refresh
Hi, I have a WPF Datagrid whose background colour, text are bound to data objects representing cells in a table via a template. When I update these properties on the Items in my collection, the grid...
View ArticleNew Post: AvalonDock TextBox with validation loses error template when tab...
Hi, I am using AvalonDock and have come across a problem when using validation on user input, specifically TextBox. The validation works OK and displays the red border and tooltip when there is an...
View ArticleNew Post: On Mouseclick application crashes
Hi, We have a grid that has two textbox placed next to one another. If I enter a value in one textbox and tab out and then click back on the first textbox the application crashes. It works fine if I...
View ArticleNew Post: PropertyGrid - Is it possible to display more columns/objects?
Hi, I would like to use PropertyGrid to display values of all properties of two objects of the same Type. Lets say its type (class) called "Measurement", and I have two instances of this class called...
View ArticleNew Post: ComboBox in CollectionControl
I thought perhaps I could use EditorDefintions in my CollectionControl by doing something like the following but EditorDefinitions is not found in CollectionControl<xctk: CollectionControl>...
View ArticleNew Post: childwindow & windowcontainer
'ello I've written a PRISM regionadapter for WindowContainer When a ViewModel is placed in the region, it wraps it in a ChildWindow object, and adds it to the WindowContainer's Children collection....
View Article