RibbonForm does not maximize properly

When you set the RibbonForm's WindowState property to 'Maximized', the app window does not start up in maximized state correctly. It seems to be shifted to the right and down so that the background window/s are visible.

You can repro this issue with Word2007Demo by just changing the WindowState property of the Main RibbonForm.

Mushtaque Silat

1 Reply

AR Anupama Roy Syncfusion Team January 5, 2007 11:10 AM UTC

Hi Mushtaque,

Thank you for your interest in Syncfusion products.

I was able to reproduce the issue with the wrong positioning of Form when the state is maximized.For now,you can 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.


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


I have logged a bug report in this regard and you can track the progress of bug fix through this
link.Meanwhile,we will analyze the issue in depth and let you know an approximate time needed for addressing this issue.

Kindly let me know if this does not satisfy your requirement.

Best Regards,

Anu.

Loader.
Up arrow icon