Search Results

1
vote

Strange behavior in FormBorderStyle between Fixed and Sizable

I suspect what's happening is that Windows Forms is keeping the client size (i.e. inner area) the same while the border size changes. This is generally a good thing because it ensures that the wind …