Articles in this section
Category / Section

How to change the position of ribbonforms state in WinForms RibbonControlAdv?

1 min read

Change the RibbonForm position

WorkAround:

Change the StartPosition property of RibbonForm to FormStartPosition.Manual and make sure that the Location property is having coordinates 0,0 [Default Value] so that the form occupies the whole working Area.

C#

this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;

VB

Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual

 

Note:

Defect was found in Version 4.4.0.51

 

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