Hey guys,

What is the procedure for resizing controls in response to a form-resize event in WPF. There doesn't seem to be "resize" event, and I tried the "SizeChanged" event, as well as the "LayoutUpdated" event and they did not work. Is this not as simple as handling an event and adjusting the ".width" and ".height" properties of the controls in question?

I would just use WinForms, but I'm having a heck of a time getting ribbons to work in WinForms and the WPF one seems to work pretty well.

Thanks!

EDIT: VB.NET (duh), typos :P