Hello
I'm suffering with two problems..
When mode := rmToolBarOnly
Any change of form size returns the ribbon size for showing pages
here a movie that explains both problems
Hello
I'm suffering with two problems..
When mode := rmToolBarOnly
Any change of form size returns the ribbon size for showing pages
here a movie that explains both problems
The ribbon form is automatically resizing the ribbon back to page control mode because of the size of the form. When making the form smaller initially, it will stay in toolbaronly mode. Instead of inheriting from TTMSFNCRibbonForm, you can inherit from TForm and manually toggle the toolbar mode.
You can just remove that toolbar, click on it at designtime and remove it.