Hi,
I have 2 property grid related questions:
-
When binding to an ObservableCollection<DateTime>, after adding a few DateTime objects to the collection in the UI, the Count property suddenly appears within the collection editor field. How can i restrict the collection editor to show the DateTime objects only?
-
How can i set the collection editor field to be expanded by default? Right now it is collapsed by default.
Please, use the attached example to reproduce the issues above.