Didn't see any extending of C#'s forms class in window or renderwindow and was curious how to make it so I could use both together without a headache.
Currently my idea would be to do this number and extend both.
public class MyWindow : RenderWindow, Form
Or just pop open small forms outside the main window and pass events to it from them, but I'm wanting to use some of the form functionality with SFML and not get blown to kingdomcome while doing so.