How to hide bottom Grid Footer

Posted by: tyree.jackson on 4 April 2024, 4:37 am EST

  • Posted 4 April 2024, 4:37 am EST - Updated 4 April 2024, 4:43 am EST

    Hello,

    I was wondering what is this part of the spread sheet called and how do I hide the part that says Sheet 1 with the two buttons next to it?

    Thank you for any answers or tips!

  • Posted 4 April 2024, 4:52 pm EST

    Hi Tyree,

    The sheet tab and its navigation buttons are part of the tab strip of the FpSpread control. You can hide the sheet tabs by setting FpSpread’s TabStripPolicy to ‘Never’ as shown in the following code snippet:

    fpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.Never;

    Additionally, the sheet navigation buttons can be hidden by setting FpSpread’s TabStrip.ButtonPolicy to ‘Never’ as shown below:

    fpSpread1.TabStrip.ButtonPolicy = FarPoint.Win.Spread.TabStripButtonPolicy.Never;

    Kindly refer to the attached sample application for demonstation. [StatusBarVisible.zip]

    Thanks & Regards,

    Aastha

  • Posted 4 April 2024, 4:56 pm EST

    You can set the property of fpspread ‘TabstripPolicy’ to ’Never‘ .

    Fpspread1.TabstripPolicy=Never

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels