Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

5
Votes

Provide support to show or hide the sheet tab header in the Spreadsheet component, similar to Microsoft Excel functionality. This feature should allow users to control the visibility of sheet tabs through a configurable option.

The implementation must be supported across the following platforms:

  • WPF
  • UWP
  • WinForms

The solution should ensure consistent behavior across platforms without impacting existing Spreadsheet functionality. Proper API exposure or property configuration must be introduced to enable toggling the sheet tab header visibility.

The feature should be validated through relevant functional and UI-level scenarios to ensure seamless integration and no regression in existing behavior.

Expected Behavior

  • The Spreadsheet component provides a configurable option (API/property) to control the visibility of the sheet tab header.
  • When the option is set to:
    • Visible → Sheet tabs are displayed and fully functional
    • Hidden → Sheet tabs are not displayed in the UI
  • The behavior matches Microsoft Excel-like functionality.
  • The UI updates immediately when the visibility option is changed.
  • The feature works consistently across WPF, UWP, and WinForms without impacting other controls or layout.