Posted 16 July 2018, 5:22 am EST
Dear All,
How to hide totaly the C1Flexviewer Ribbon in Visual basic?
Thank for your help
Best regards
Said
Forums Home / ComponentOne / WinForms Edition
Posted by: saidnai on 16 July 2018, 5:22 am EST
Posted 16 July 2018, 5:22 am EST
Dear All,
How to hide totaly the C1Flexviewer Ribbon in Visual basic?
Thank for your help
Best regards
Said
Posted 17 July 2018, 12:02 am EST
Hello Said,
Please use either of the two ways to hide the Ribbon associated with C1FlexViewer:
C1FlexViewer1.Ribbon.Visible = False
```OR
C1FlexViewer1.Ribbon.Hide()
Let me know if you need further assistance.
Best Regards,
Esha