Articles in this section
Category / Section

How to reduce the empty space above the WinForms RibbonControlAdv?

1 min read

Reduce an empty space in ribbon form

When you are dragging and dropping the WinForms Ribbon Control to Form, the top of the RibbonControlAdv contains empty spaces with RibbonDisplayOptionButton by default. The empty spaces of the RibbonControlAdv can be hidden by reducing the Top bounds in RibbonControlAdv.

C#

//To set the RibbonControlAdv to the top edge of the RibbonForm.
this.ribbonControlAdv1.Top = -34;

VB

'To set the RibbonControlAdv to top edge of the RibbonForm
Me.ribbonControlAdv1.Top = -34

 

Before reduce empty space in RibbonControlAdv

Figure 1: Before reducing empty space in RibbonControlAdv

After reduce empty space in RibbonControlAdv

Figure 2: After reducing the empty space in RibbonControlAdv

Samples:

C#: https://www.syncfusion.com/downloads/support/directtrac/general/ze/RibbonControlAdv-512171676-975722615

 

VB: https://www.syncfusion.com/downloads/support/directtrac/general/ze/RibbonControlAdv_VB200310664-507378607

 

Conclusion

I hope you enjoyed learning about how to reduce the empty space above the WinForms RibbonControlAdv.

You can refer to our WinForms Ribbon Control’s feature tour page to know about its other groundbreaking feature representations and documentation. You can also explore our WinForms Ribbon Control Example to understand how to present and manipulate data. 

For current customers, you can check out our WinForms from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our WinForms Ribbon Control and other WinForms components.

If you have any queries or require clarifications, please let us know in the comments below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!


 


Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied