How to set minimum Size of Custom Control with “CreateParams”
问题 I am trying to make a draggable , resizable panel with a minimum size . I have used CreateParams for the Resize and now the Minimum size property doesn't work. My question is how to set the minimum size in this case? I have tried Limit resizable dimensions of a custom control (c# .net) but can't get it to work. using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System