WinFormsX icon indicating copy to clipboard operation
WinFormsX copied to clipboard

StatusBar panel width does not resize at runtime until Form itself is resized

Open PaulSquires opened this issue 1 year ago • 0 comments

Workaround: Need to call the SizeStatusBar method of the Form when the Panel size is changed.

   frmMain.StatusBar.Panel(0).Width = 700
   frmMain.SizeStatusBar

PaulSquires avatar Nov 19 '23 01:11 PaulSquires