3

In WinForms we had the ability to hook Form.ResizeBegin and Form.ResizeEnd to be notified when a Form was about to begin resizing and after it had finished resizing.

Is there a way to get similar functionality for a WinForms UserControl hosted in a WindowsFormsHost in WPF?

tbridge
  • 1,754
  • 1
  • 18
  • 35
  • Closest thing I found - http://stackoverflow.com/questions/4474670/how-to-catch-the-ending-resize-window – Dominic K Aug 31 '11 at 21:17
  • @DMan - I've implemented something very similar, it works... ok... feels hacky though. Thanks for the help :) – tbridge Aug 31 '11 at 21:45

0 Answers0