Appomattox via Windows.Forms
Monday, July 31st, 2006I spent a few hours playing around with Windows.Forms and Appomattox. The result is a minimally functional MapCanvas:
As you can see, I got basic scrollbars working. I wanted to add tool functionality so that I could do pans, zooms, etc. but it looks like the MouseClick event is not yet implemented in [...]