Sorts all items at all levels (except sub-properties).
Definition at line 7207 of file propgrid.cpp.
References ClearSelection().
{
bool selRes = ClearSelection();
wxPG_CHECK_RET_DBG( selRes,
wxT("failed to deselect a property (editor probably had invalid value)") );
m_pState->Sort();
CalculateYs( NULL, -1 );
}