When I use AddAllOtherAnchors() in ResizableFormView, the grip is not set to its new position when I resize the form. Not using AddAllOtherAnchors fixes this (but then I must specify all top left anchors). I fixed it a bit dirty by switching the order of ArrangeLayout() and UpdateSizeGrip() in CResizableFormView::OnSize,
When I use AddAllOtherAnchors() in ResizableFormView, the grip is not set to its new position when I resize the form. Not using AddAllOtherAnchors fixes this (but then I must specify all top left anchors). I fixed it a bit dirty by switching the order of ArrangeLayout() and UpdateSizeGrip() in CResizableFormView::OnSize,