I am trying to use RibbonControlAdv for the very first time with Visual Studio Community 2017. I added the control to the form and changed the forms code as follows:
Imports Syncfusion.Windows.Forms.Tools
Namespace RibbonControlAdv
Partial Class Form1
Inherits RibbonForm
End Class
End Namespace
In the design view of the form the ribbon control is no longer visible but when I run the application the ribbon is shown where I placed it on the form, not at the top.
I'm sure I must be missing something very simple but I'm not sure what it is.