How to I get the dimensions of a Control if it's using AutoSize? As I have a Panel and I need to know it's Width after it's auto re-sized and PanelName.Width only seems to give the original width.
This is with a Visual C# Windows Forms Application in Visual Studio 2013.