D
dei
We need to know which edge of a UserControl is being stretched when in
design mode. We've created our own CustomControlDesigner, derived from
ControlDesigner for our UserControl. We can't find a way to determine
which edge of the Designer/Control is being stretched when the control
is being resized in design mode. We want to resize different fields
within the UserControl, based on the edge being dragged.
There does not appear to be a way to get a mouse-down event before the
resize to see which edge the user is being dragged. Any Ideas? Thanks
design mode. We've created our own CustomControlDesigner, derived from
ControlDesigner for our UserControl. We can't find a way to determine
which edge of the Designer/Control is being stretched when the control
is being resized in design mode. We want to resize different fields
within the UserControl, based on the edge being dragged.
There does not appear to be a way to get a mouse-down event before the
resize to see which edge the user is being dragged. Any Ideas? Thanks