WinFormsX
WinFormsX copied to clipboard
StatusBar panel width does not resize at runtime until Form itself is resized
Workaround: Need to call the SizeStatusBar method of the Form when the Panel size is changed.
frmMain.StatusBar.Panel(0).Width = 700
frmMain.SizeStatusBar