Updated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View ArticleUpdated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View ArticleUpdated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View ArticleUpdated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View ArticleUpdated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View ArticleUpdated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View ArticleUpdated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View ArticleNew Post: Support for Custom Attributes mapp to Custom Editors in PropertyGrid
I've created support, so that with a Custom Attribute you can say that this Property should use a special Editor Definition. I know I can also use the EditorAttribute, but for this, my UI Types need to...
View ArticleNew Post: Support for Custom Attributes mapp to Custom Editors in PropertyGrid
Know you can for Example add a Attribute in your DTO: [PasswordString] public virtual string Password { get; set; } and in the UI Layer:<xctk:PropertyGrid.EditorDefinitions>...
View ArticleNew Post: Avalon Dock layout deserializng slow
I found that deserializing the xml layout adds a long delay to start my application. I have previously submitted an patch to speed this up in avalondock.codeplex.com. But seems it is not applied yet....
View ArticleNew Post: Drag column here label in datagrid
Hello all! I am using the datagrid control in a large internal app... I don't need the header in the grid that states "Drag column here to group by column".. Is there a way to get rid of that? Comes in...
View ArticleNew Post: Customising the RichTextBoxFormatBar
Hi all. Dos anyone have any idea of how to customise the RichTextBoxFormatBar by creating a custom class implementing the IRichTextBoxFormatBar interface? I don't want to add to the control, just want...
View ArticleCreated Issue: Customizing Expander Color [20755]
Based on discussion https://wpftoolkit.codeplex.com/discussions/532855, user wants to modify the Color of the expander in the PropertyGrid.
View ArticleNew Post: Change background colour of PropertyGrid in CollectionEditor
Hi, You can Add this to your Style.Resources, to color the Background of the PropertyItem :<Style TargetType="{x:Type xctk:PropertyItem}"> <Setter Property="Background" Value="Green"/>...
View ArticleCreated Issue: Avalon Dock layout deserializng slow [20756]
Based on discussion http://wpftoolkit.codeplex.com/discussions/533286.
View ArticleNew Post: Avalon Dock layout deserializng slow
Hi, Issue https://wpftoolkit.codeplex.com/workitem/20756 has been created.
View ArticleNew Post: Drag column here label in datagrid
Hi, You can create your own FixedHeader, without the GroupByControl( only using ColumnManagerRow here) :<xcdg:DataGridControl x:Name="_datagrid" > <xcdg:DataGridControl.View>...
View ArticleNew Post: Customising the RichTextBoxFormatBar
Hi, You will have to re-style the RichTextFormatBar by giving it a new ControlTemplate. You can fin the original ControlTemplate in : -Xceed.Wpf.Toolkit/RichTextFormatBar/Aero2.NormalColor.xaml...
View Article