Actipro Grids for UWP 2019.1 build 0341

Released: Oct 10, 2019

2019.1 build 0341 での更新項目

機能

  • Added a new section to the PropertyGrid 'Data Models and Factories' documentation topic that talks about best practices for clearing the DataObject property when the PropertyGrid is no longer needed to prevent memory leaks.
  • Added the PropertyGrid.CanClearDataObjectOnUnload property that can be set to true to automatically clear the DataObject property when the control is unloaded. Clear the DataObject property manually when CanClearDataObjectOnUnload cannot not used.
  • Improved how PropertyGrid watches property value changes to help prevent memory leaks.
  • Updated Microsoft Visual Studio designer functionality to work with new UWP extensibility model.