Hopefully this is a simple issue to solve, unfortunately not for me being a beginner to c# and thinkgeo.
I have a map inside a splitter pane and wish it to occupy the entire client area. I can detect when the client area size changes but are unable to resize the map to fill this area.
I have tried SetClientSizeCore(int x, int y)
ClientSize()
but cannot make it work
Thanks in advance,
Andy