MSDN-WhiteKnight / WinformsExcel

Library that allows to host MS Excel interface in Windows Forms application as a user control

Home Page:http://smallsoft2.blogspot.com/2016/11/winforms-excel-library.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status bar not shown

chjq68 opened this issue · comments

WinFormsExcelDemo.exe do not show status bar even I checked it.
Env: Windows 7, Office 2010

statusbar

It looks like in Excel 2010 and newer the status bar is a part of window frame and can't be shown when window frame is disabled. This behaviour can't be changed, but i can add option to not disable window frame as a workaround.

  • Added new DisplayWindowTitle property
  • Noted in documentation that DisplayStatusBar has no effect unless DisplayWindowTitle is set to true
  • Removed status bar checkbox from demo app. The use of status bar option now is not recommended, because it does not work consistently across Excel versions

Changes published in v1.3