to reveal the controls that were created after the group control.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28523
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
0, 0, 0, 0, hwndParent,
(HMENU)NewControlId(), wxGetInstance(), NULL);
+#ifdef __WXWINCE__
+ // Set the z-order correctly
+ RECT rect;
+ GetWindowRect(GetHwnd(), & rect);
+ SetWindowPos(GetHwnd(), HWND_BOTTOM, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, 0);
+#endif
+
SetSelection(0);
SetSize(pos.x, pos.y, size.x, size.y);