If you meant that:
App.SetView(sf::View(sf::FloatRect(0,100,0,100)));
it's not working.. still openGL 0,0 being rendered up from 0,20.
I thought about it and only thing that came to my mind is to flip camera and render back of everything not front, but that's too overhelming and wouldn't ease anything I think