frmMain.StatusBar.Panel(0).Width = 700 ...works before the form is shown but any attempt to repeat the above with a different value has no effect once the form is visible.
Title: Re: StatusBar Panel Width
Post by: Paul Squires on November 18, 2023, 09:32:00 PM
hmmmm.... yeah, looks like there is a call missing after the Panel size is changed at runtime.