Created Feature: PropertyGrid Collection Editor not firing...
Based on discussion https://wpftoolkit.codeplex.com/discussions/544080.Starting in v2.3, the PropertyGrid has an editor for Collections : CollectionEditor. This editor creates a...
View ArticleNew Post: PropertyGrid Collection Editor not firing PropertyValueChanged event?
Hi, Currently, the propertyGrid fires the PropertyValueChanged event when the value of a propertyItem is changed. That is, for a Boolean, when the "IsChecked" property is modified, for a TextBox, when...
View ArticleNew Post: PropertyGrid Collection Editor not firing PropertyValueChanged event?
Hi thanks for the reply. Is there any current workaround for this issue? The only idea I can think of is creating a custom editor that fires an event.
View ArticleNew Post: ChildWindow Title Bar in windows 8
Thanks for your reply..it seems that issue has been addressed in v2.1.
View ArticleNew Post: PropertyGrid Collection Editor not firing PropertyValueChanged event?
Hi, I haven't try with a custom editor. Maybe it could work, but I can't be 100% sure. For List<CustomType>, a CollectionEditor is currently used. I believe a custom editor would look like it....
View ArticleClosed Issue: CheckComboBox: Display bug [19361]
Hi,using the checkcombobox, there is a display bug when the classic windows theme is used. Even if checked, the selected item(s) will be displayed as being unchecked. See screenshot included as...
View ArticleClosed Feature: PropertyGrid should have a "View" template for items [18883]
We need to have some "View" template and "Edit" template like in VS2010. The "Edit" template (eg. actual "Editors") are actually the only template used to display property values in the PropertyGrid....
View ArticleNew Post: Localization of wpf toolkit controls?
Hi, In AvalonDock, there are already Resources file for localization. You can find them in Xceed.Wpf.AvalonDock/Properties/Resources.XX.resx. 11 resx files are available for 11 differents languages. If...
View ArticleNew Post: PropertyGrid Collection Editor not firing PropertyValueChanged event?
Thanks for the info. I'll make sure to post back when I look into this.
View ArticleNew Post: Localization of wpf toolkit controls?
Ok - I see this resources. Unfortunnatelly there is no Polish (Pl-pl) – I will prepare it myself.
View ArticleNew Post: Localization of wpf toolkit controls?
This is strange but resources are not loading – firstly I want to add my language resources and it not worked. Then I was tried to use another existing language for test – I have set current thread...
View ArticleCreated Unassigned: DockingManager ignores its layout from XAML [20981]
I've data-bound `DockingManager`, which is a part of `DataTemplate`:```<xcad:DockingManager Grid.Row="1" AnchorablesSource="{Binding PropertyPages}" DocumentsSource="{Binding Documents}"...
View ArticleNew Post: Localization of wpf toolkit controls?
Hi, Here's what I did. 1) Change the application UI Language to french. In App.xamlcs : public partial class App : Application { protected override void OnStartup( StartupEventArgs e ) {...
View ArticleEdited Feature: PropertyGrid ExpandableObject: Category not used in expanded...
Based on codePlex disscussion https://wpftoolkit.codeplex.com/discussions/532408.When a Property is expanded, its Categories are not shown.Comments: ** Comment from web user: BoucherS ** Category will...
View ArticleNew Post: Localization of wpf toolkit controls?
It is something tricky in my project - your solution don't work but in another it is working. Tnx for help - i will search what is going on in my solution.
View ArticleCommented Feature: PropertyGrid ExpandableObject: Category not used in...
Based on codePlex disscussion https://wpftoolkit.codeplex.com/discussions/532408.When a Property is expanded, its Categories are not shown.Comments: ** Comment from web user: uTILLIty ** that's good...
View ArticleNew Post: Localization of wpf toolkit controls?
Now I know why I have a problem – I was doing everything right from the beginning just like You describe but it turns out that when using compiled version of AvalonDock from nugget I can change...
View ArticleNew Post: DataGrid DateTime Localization
Hey Guys I am using the DataGrid from the toolkit. I have a WPF Application with .Net localization. If I change the CurrentCulture and CurrentUICulture the Format of the DateTime column does not...
View Article