Is it possible to determine which edge is being used (dragged) to resize a window?
I have two controls side by side on a window. If the left edge is used to make the window wider, I want the left control to grow wider and the right control to not change width. And the opposite if the right edge is used.
I think I can make this work by manipulating the LockLeft and LockRight properties of the controls but I need to know which side is being used (dragged) to resize the window.
Unfortunately, MouseDown doesn’t register a coordinate if the edge is clicked on and dragged.
Any ideas or suggestions would be appreciated. Thanks!
2 posts - 2 participants