Could you elaborate a bit more? Do you mean at design time or at runtime? Do you mean via code or by user dragging a border? What exactly are you trying to accomplish?
Both on design time or at runtime and I tried both of via code or by user dragging a border, once the form's width is reduced to a certain width, it couldn't be reduced any further
I'd still like to know if you are trying to accomplish something specific or are you really just curious in general. Yes, some things will prevent the window from being narrowed too much such as controls (especially anchored controls) and buttons in the caption. The form itself has a non-client areas which also contribute to the overall size of the form and you cannot remove without extra coding.
Comments