wxWidgets/include/wx/propgrid
Artur Wieczorek 6395e7805a Fix repositioning of active property editor in wxPG
When there is open an editor for some property and in the same time
wxPropertyGrid layout is changed (due to the adding or removing a property,
sorting), it is necessary to recalculate the actual position of the active
editor to display it in the cell dedicated for the edited property. Under
some platforms the position of the edit control is shifted within the cell
and we have to take this shift into account in repositioning process.
Because actual value of the shift depends on the platform and on
the particular control, it is convenient to determine actual shift when
the editor is created and use this value whenever repositioning is done.

Close #17912.
2017-07-16 19:38:08 +02:00
..
advprops.h Updated documentation for some wxPropertyGrid classes. 2016-07-23 23:38:39 +02:00
editors.h Updated documentation for some wxPropertyGrid classes. 2016-07-23 23:38:39 +02:00
manager.h Updated documentation for some wxPropertyGrid classes. 2016-07-23 23:38:39 +02:00
property.h Change ~wxPGChoicesData from private to protected 2016-10-21 20:08:20 -07:00
propgrid.h Fix repositioning of active property editor in wxPG 2017-07-16 19:38:08 +02:00
propgriddefs.h Fix positioning of TextCtrlEditor in wxPG (wxOSX) 2017-07-16 19:12:20 +02:00
propgridiface.h Update wxPropertyGrid documentation 2017-03-27 18:54:16 +02:00
propgridpagestate.h Updated documentation of some wxPropertyGrid-related classes. 2016-07-02 23:20:11 +02:00
props.h Updated documentation for some wxPropertyGrid classes. 2016-07-23 23:38:39 +02:00