Can GridDesktop hide tabs?

Can GridDesktop hide tabs?
Similar to the Workbook Workbook. Settings. ShowTabs.
I want to hide everything in the red box in the image and just show the data area.无标题.png (3.0 KB)

@Diego2020,

Please try using GridDesktop.SheetsBarVisible Boolean attribute to set to false to hide the sheets tab bar. See the sample line of code:
e.g
Sample code:

gridDesktop1.SheetsBarVisible = false;

Hope, this helps a bit.

无标题.png (3.3 KB)
I want to hide the red box in the picture.
The code is as follows:

gridDesktop1.SheetsBarVisible = false;
gridDesktop1.ColumnHeaderVisible = false;
gridDesktop1.RowHeaderVisible = false;
gridDesktop1.IsHorizontalScrollBarVisible = false;
gridDesktop1.IsVerticalScrollBarVisible = false;

What else do I need to do?

@Diego2020,

Please notice, we found the issue. GridDesktop scrollbars are not hidden even using the relevant lines of code. We have logged a ticket with an id “CELLSNET-47814” for your issue. We will look into it soon.

Once we have an update on it, we will let you know here.

@Diego2020,
This is to inform you that we have fixed your issue now. We will soon provide you the fixed version after performing QA and incorporating other enhancements and fixes.

The issues you have found earlier (filed as CELLSNET-47814) have been fixed in this update. This message was posted using Bugs notification tool by simon.zhao