New Post: Can't change border for PropertyItem in PropertyGrid
Issue https://wpftoolkit.codeplex.com/workitem/21524 has been created.
View ArticleEdited Issue: Can't change border for PropertyItem in PropertyGrid [21524]
Based on CodePlex discussion https://wpftoolkit.codeplex.com/discussions/571034Comments: ** Comment from web user: BoucherS ** This will be fixed in v2.5.BorderBrush and BorderThickness will be...
View ArticleUpdated Wiki: Home
Oct. 7, 2014 update: Released Community Edition v2.3.0 with 25 bug fixes and improvements. Users of the Plus Edition got 1 new control and 30 bug fixes in v2.3.0 and have also received v2.4.0 with 1...
View ArticleNew Post: LayoutAnchorable content disappears when floating
I'm creating LayoutAnchorables in the code behind and floating them immediately. This all works fine including when I dock it with my mouse. When I undock it with my mouse by dragging it out, all the...
View ArticleNew Post: Property Grid with dynamic editors
That's close but not quite what I want. I want to change the actual type of the editor not just its itemsoure. For example a regular user might have selections constrained by using a combobox, whilst...
View ArticleNew Post: LayoutAnchorable content disappears when floating
Hi, a fix has been added in v2.5. It should fix your problem.https://wpftoolkit.codeplex.com/workitem/21482
View ArticleNew Post: Property Grid with dynamic editors
Hi, If you have a property like "FirstName", which has its own editor "FirstNameEditor" and that depends on another property like "IsMale" :public bool IsMale { get; set; } [Editor( typeof(...
View ArticleNew Post: Property Grid with dynamic editors
Is there a xaml equivalent of this code or does it have to be done in the code behind?
View ArticleNew Post: Property Grid with dynamic editors
The ResolveEditor() method is the one that will get called when the editor needs to be re-evaluated. So action has to be done in this method. I believe you could define your ComboBox/TextBox in XAML...
View ArticleCreated Unassigned: Watermark [21536]
Hi! It is possible that the watermark remains in the textbox while the focus is on it and it does not have text ?
View ArticleNew Post: AvalonDock loses control state in Release V2.3.0
Hi, I have found that with V2.3.0 of the extended toolkit the state of any controls in an AvalonDock tab is lost when switching between tabs. I have gone back to V2.2.1 and that is OK. For example, the...
View ArticleCommented Unassigned: TextBox watermark [21536]
Hi! It is possible that the watermark remains in the textbox while the focus is on it and it does not have text ?Comments: ** Comment from web user: BoucherS ** For now, you will have to modify the...
View ArticleNew Post: AvalonDock loses control state in Release V2.3.0
Hi, Can you submit more details ? When trying with a DockingManager containing a LayoutDocumentPane like this :<xcad:LayoutDocumentPane> <xcad:LayoutDocument ContentId="document1"...
View ArticleNew Post: Drag column here label in datagrid
Hi, To localize the "Drag column here to group by column..." text, the idea is to define your own FixedHeader and to set the GroupByControl.NoGroupContent :<xcdg:DataGridControl...
View ArticleClosed Issue: Bug in PrimitiveTypeCollectionEditor::ResolveValueBinding [20221]
Fix for it:```protected override void ResolveValueBinding( PropertyItem propertyItem ){ var type = propertyItem.PropertyType; Editor.ItemsSourceType = type; if ( type.BaseType == typeof (System.Array)...
View ArticleClosed Issue: CanSelectNextPage MVVM not updating until page is clicked on...
This is similar to issue #17925When binding the "CanSelectNextPage" property to a property in a ViewModel, the Next button does not update until the page is clicked on. To reproduce:1. Create a wizard...
View ArticleClosed Issue: ColorPicker: Recent Colors don't get updated when using the...
When using the canvas to select a color it won't be added to the RecentColors.This patch adds the SelectedColor to the RecentColor when the ColorPicker is closed.Comments: Fixed in v2.1.
View Article