New Post: Forked and extended drop down button controls
Hi, I just forked and extended your DropDownButton and SplitButton controls in a new project:https://dropdownbuttonlib.codeplex.com/ Please let me know what you think and give me your feedback on it....
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
Thank you very much Mr.boucher. Its working for me.
View ArticleNew Post: Need to display RowCount & Rowheader in Grouping
Hi BoucherS, Thanks for the reply. I'm using the ExtendedDataGrid dll from https://wpfextendeddatagrid.codeplex.com/..Will the same solution work in it?
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
Hello Mr.Boucher, By using data trigger I can apply style to single value like "CC". But my requirement is that the style to applied based on the user value. For example if the user select CC it has to...
View ArticleNew 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 ArticleUpdated Wiki: Professional DataGrid
Professional DataGrid The full version of the DataGrid includes the following additional features:Master / Detail ViewTree Grid ViewCard View3D ViewFilter RowInsertion RowAuto-filter PopupStatistics...
View ArticleUpdated Wiki: Professional DataGrid
Professional DataGrid The full version of the DataGrid includes the following additional features:Master / Detail ViewTree Grid ViewCard View3D ViewFilter RowInsertion RowAuto-filter PopupStatistics...
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 ArticleCreated Unassigned: ColorPicker: Closes dropdown canvas panel after mouse...
__Toolkin 2.2.1__Dropdown panel closing after MouseDown in ColorCanvas. =|```<ListView.View><GridView><GridViewColumn Width="50"...
View ArticleCommented Unassigned: EditorTemplateDefinition of PropertyGrid for readonly...
Hello.I found that `PropertyGrid.EditorDefinitions` of some properties was not work on v2.2.1 Community Edition.Rows for those properties show `toString` text simply.Those properties don't have setter....
View ArticleCreated Unassigned: Possible Font Size Issue with RichTextBox [21111]
I'm developing a project where I use WPF data binding and the RichTextBox with RtfFormatter.When I set the font in the RichTextBoxFormatBar to Arial 10 for example, and use the data to export to a...
View ArticleEdited Issue: ColorPicker: Closes dropdown canvas panel after mouse down if...
__Toolkin 2.2.1__Dropdown panel closing after MouseDown in ColorCanvas. =|```<ListView.View><GridView><GridViewColumn Width="50"...
View ArticleCommented Issue: RichTextBox throws System.FormatException [19857]
With version 2.0, I can no longer initialize a RichTextBox control. I'm probably missing some change to the control, but I cannot see what. It throws a System.FormatException when it needs only to...
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 Article