ReoGrid
ReoGrid copied to clipboard
View_ShowColumnHeader, View_ShowRowHeader
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