Posted 6 September 2018, 5:24 am EST
Hello folks,
i have a first time use of Ribbon and RibbonForm in my application.
Now i have three problems which i can’t solve. Perhaps someone could help me.
-
I combine a Ribbonform and a Ribbon (like one of the samples) and use the mainform as mdiContainer. If the MDIChild is maximized, the ribbon shows the three buttons for handling the child (close, minimize and resize). If i encapsulate the ribbon into a user-control this doesnt work. Otherwise i can’t inherit a own class from Ribbon because this class shows no designer. Is there any way to seperate the ribbon (and its eventhandling) from the ribbonform?
-
Ribbonform has the property CaptionFont to set the font of the window title. If i use a big font the caption was’t shown correct. Is there any possibity to set the height of the caption area of a ribbonfrom?
-
Is there an way to manipulate the font or the backgroundcolor of one RibbonButton or RibbonLabel?
Thanks in advance for any help.
Niels