AddHandler Me.spreadsheet.WorkbookLoaded, AddressOf Spreadsheet_WorkbookLoaded
Private Sub Spreadsheet_WorkbookLoaded(ByVal sender As Object, ByVal args As Syncfusion.Windows.Forms.Spreadsheet.Helpers.WorkbookLoadedEventArgs)
Dim tabcontrol = TryCast(spreadsheet.Controls(0), TabBarSplitterControl)
tabcontrol.ShowAddNewTabBarPageOption = False
For Each tabitem In tabcontrol.TabBarPages
TryCast(tabitem, TabBarPage).Visible = False
Next tabitem
tabcontrol.RelativeWidth = 0
End Sub |
Me.spreadsheet.Visible = False
AddHandler Me.Shown, AddressOf Form1_Shown
Private Sub Form1_Shown(ByVal sender As Object, ByVal e As EventArgs)
Me.spreadsheet.Visible = True
End Sub |
Irresponsive Workbook.DisplayWorkbookTabs I want to hide Tab pages from bottom how can i do it
Vrushali,
We regret to let you know that, currently our spreadsheet does not contain any direct support to hide the tab section. However, we have already considered this requirement “Provide support to hide the spreadsheet tab section” as a feature request. We will implement this feature in any of our upcoming release.
At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest. We will let you know when this feature is implemented. We appreciate your patience until then.
Thank you for requesting this feature and helping us define it. We are always trying to make our products better and feature requests like yours are a key part of our product growth efforts.
Feedback link:
https://www.syncfusion.com/feedback/3338/hide-the-sheet-tab-header-support-in-spreadsheet
If you have any more specification/suggestions
to the feature request, you can add it as a comment in the portal and cast your
vote to make it count.