Hi,
We achieved to iterate through every control item in the property grid via the KeyDown event, using the Items property on the PropertyGrid.
Sadly, just after setting the SelectedObjects property, the Items are empty. Even setting the IsAsynchronous property to false, or using some events, like the SelectedObjectsChanged event, we don't find an appropriate time where the Items are filled correctly.
The goal is to iterate through every item at runtime, to control with differents ways (attributes, dynamic settings) the behavior and display of properties in the PropertyGrid.
Thanks,
JB
[Modified at 06/15/2011 03:04 AM]
We achieved to iterate through every control item in the property grid via the KeyDown event, using the Items property on the PropertyGrid.
Sadly, just after setting the SelectedObjects property, the Items are empty. Even setting the IsAsynchronous property to false, or using some events, like the SelectedObjectsChanged event, we don't find an appropriate time where the Items are filled correctly.
The goal is to iterate through every item at runtime, to control with differents ways (attributes, dynamic settings) the behavior and display of properties in the PropertyGrid.
Thanks,
JB
[Modified at 06/15/2011 03:04 AM]