Hi,
I have Several questions regarding property grid. i have also sent a sample project to support center.
1. How to make property editable all time as the user start typing. Also if user press ESC then changes should be revert(i.e. as user selects a property and start typing then value should be editable in that case).
2. How to make property editable by "F2", Space keys(i.e. as user select the property & press F2 or space then cursor should be focus to editor) and also should be saved as user presses ENTER or revert if user presses ESC key.
4. Custom editors should be available/display/highlighted when user selects particular property otherwise it should display like a text box as in Visual studio.
5. When property grid bind to a data source(as in sample code) then how to apply custom editors for a specific property like combo box, DateTime etc.
6. Is there any way to apply theme from XAML.
7. Is there any way to have Column Headers(Name, Value) of property as in the Data Grid.
8. The ModifiedPropertyDisplayMode="BoldValue" property sets all values as the application start to Bold, however the required behavior should be, if user changes the property value then only particular property value set to Bold. Is this a know issue?
9. Can we have a TextBox in dropdown for a lengthy string editing like in visual studio property page(i.e. If a property is of string type and user wants edit it then instead of providing a separate text editor dialog, we can have text box in drop down in same position).
I have Several questions regarding property grid. i have also sent a sample project to support center.
1. How to make property editable all time as the user start typing. Also if user press ESC then changes should be revert(i.e. as user selects a property and start typing then value should be editable in that case).
2. How to make property editable by "F2", Space keys(i.e. as user select the property & press F2 or space then cursor should be focus to editor) and also should be saved as user presses ENTER or revert if user presses ESC key.
4. Custom editors should be available/display/highlighted when user selects particular property otherwise it should display like a text box as in Visual studio.
5. When property grid bind to a data source(as in sample code) then how to apply custom editors for a specific property like combo box, DateTime etc.
6. Is there any way to apply theme from XAML.
7. Is there any way to have Column Headers(Name, Value) of property as in the Data Grid.
8. The ModifiedPropertyDisplayMode="BoldValue" property sets all values as the application start to Bold, however the required behavior should be, if user changes the property value then only particular property value set to Bold. Is this a know issue?
9. Can we have a TextBox in dropdown for a lengthy string editing like in visual studio property page(i.e. If a property is of string type and user wants edit it then instead of providing a separate text editor dialog, we can have text box in drop down in same position).