ReoGrid icon indicating copy to clipboard operation
ReoGrid copied to clipboard

View_ShowColumnHeader, View_ShowRowHeader

Open stmb-100 opened this issue 5 years ago • 0 comments

Hello,

I have discovered the following errors. Do not operate the parameters:

rgrid.SetSettings (WorksheetSettings.View_ShowColumnHeader, true/false); // Show/hide the column headers
rgrid.SetSettings (WorksheetSettings.View_ShowRowHeader, true/false); // Show/hide the row headers.

For example, a call option rgrid.SetSettings (WorksheetSettings.View_ShowColumnHeader, false) hidden switch sheets (option WorkbookSettings.View_ShowSheetTabControl), and a call option rgrid.SetSettings (WorksheetSettings.View_ShowRowHeader, false) hides the horizontal scroll bar (WorkbookSettings.View_ShowHorScrollShow).

Thanks

ReoGridControl1.SetSettings(WorksheetSettings.View_ShowColumnHeader, False)
ReoGridControl1.SetSettings(WorksheetSettings.View_ShowRowHeader, False)
  • Visual Basic .net 2019
  • Windows Form 2.1
  • OS: [e.g. Windows 10]
  • Language of OS: German

stmb-100 avatar Nov 10 '20 20:11 stmb-100