Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
  • New 0 Comments
    Let's say Bind an object that contains Dictionary to SelectedObject like below: pubic class MyBigClass { public Dictionary<MyEnum, MyClass> Settings { get; set; } } <Grid HorizontalAlignment="Left" VerticalAlignment="Top"> <ig:XamPropertyGrid...
  • New 0 Comments
    Hi Team, We have extensively used XamPropertyGrid for one of our application. During that we came across an issue while binding NameValue pair to XamPropertyGrid. Below is the scenario: 1. SelectedObject has NameValue property. 2. In NameValue...
  • New 0 Comments
    Could you make the resource file available for multilingual localization of XamPropertyGrid? Our application needs to support 11 languages. There are about 50 types of property classes we would like to set in XamPropertyGrid. If we need classes for...
  • New 0 Comments
    Hi, We face problem making xamPropertyGrid as readonly since we have to cover all possible combinations to make it fit to our needs. The motivation for that is expand/collapse option is disabled after setting as IsEnabled to false. Keeping IsEnabled...
  • New 0 Comments
    Currently, XamPropertyGrid functions similar to the property grid in Visual Studio. In that when a property is selected its editor doesn't get focus automatically when the selection is complete. To make the UI a little easier on our customers I've...
  • New 0 Comments
    Currently the XamPropertyGrid has a useful feature which allows you to filter. This works well. In cases however where a field name appears multiple times in different parts of the hierarchy, the UI does not highlight said hierarchy. This means if...