ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2015-09-15 11:44:36

khurram.hits
Member
Registered: 2015-09-03
Posts: 18

in Version “0.8.9.3”, SheetTabControlNewButtonVisible not available

in Version “0.8.9.3”, how I can hide the new button of sheet tab control as SheetTabControlNewButtonVisible option is not available anymore.

Offline

#2 2015-09-16 04:44:41

asparatu
Member
Registered: 2014-08-20
Posts: 196

Re: in Version “0.8.9.3”, SheetTabControlNewButtonVisible not available

I did not see anything in the grid or workbook setsetting that would let you hide only the new button on the Sheet TabContol, but you can hide the whole Sheet TabControl with this code.

grid.SetSettings(WorkbookSettings.View_ShowSheetTabControl, false)

Shane

Last edited by asparatu (2015-09-16 04:47:56)

Offline

#3 2015-09-16 08:15:02

khurram.hits
Member
Registered: 2015-09-03
Posts: 18

Re: in Version “0.8.9.3”, SheetTabControlNewButtonVisible not available

They have mentioned below code in their documentation at https://reogrid.net/v0-8-8/built-in-sheet-tab-control/;

Hide new sheet button
To hide new sheet button, set the below property to false:

grid.SheetTabControlNewButtonVisible = false;

But its not there in new version.

Offline

#4 2015-09-17 12:48:27

khurram.hits
Member
Registered: 2015-09-03
Posts: 18

Re: in Version “0.8.9.3”, SheetTabControlNewButtonVisible not available

Its embarrassing that I did not hear anything from the support.

Anyways, I have fixed my issues after replacing your "SheetTabControl" with my custom control.

Offline

#5 2015-09-20 12:49:06

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: in Version “0.8.9.3”, SheetTabControlNewButtonVisible not available

Hiding new button available from 0.9.0.0 version, please see https://reogrid.net/change-log.

Technical support service is available for ReoGrid Pro-edition, please consider purchase or subscription the support service at: https://www.unvell.com/service.

Offline

Board footer

Powered by FluxBB