WinFormsX icon indicating copy to clipboard operation
WinFormsX copied to clipboard

Windows Form library for FreeBASIC

Results 1 WinFormsX issues
Sort by recently updated
recently updated
newest added

Workaround: Need to call the SizeStatusBar method of the Form when the Panel size is changed. ``` frmMain.StatusBar.Panel(0).Width = 700 frmMain.SizeStatusBar ```